Name

DefinitionKind

Synopsis

Used by IRObjects to indicate what type of repository object they represent (e.g., method, attribute). The DefinitionKind object has an integer value that can be compared to the static int members of this class, or the object itself can be compared to the static instances defined in this class, to determine the type of an IRObject.

                  Passed To
public class DefinitionKind implements org.omg.CORBA.portable.IDLEntity {
// Protected Constructors
   protected DefinitionKind( int _value);  
// Public Constants
   public static final int _dk_AbstractInterface;                // =24, 1.4
   public static final int _dk_Alias;                            // =9
   public static final int _dk_all;                              // =1
   public static final int _dk_Array;                            // =16
   public static final int _dk_Attribute;                        // =2
   public static final int _dk_Constant;                         // =3
   public static final int _dk_Enum;                             // =12
   public static final int _dk_Exception;                        // =4
   public static final int _dk_Fixed;                            // =19
   public static final int _dk_Interface;                        // =5
   public static final int _dk_Module;                           // =6
   public static final int _dk_Native;                           // =23
   public static final int _dk_none;                             // =0
   public static final int _dk_Operation;                        // =7
   public static final int _dk_Primitive;                        // =13
   public static final int _dk_Repository;                       // =17
   public static final int _dk_Sequence;                         // =15
   public static final int _dk_String;                           // =14
   public static final int _dk_Struct;                           // =10
   public static final int _dk_Typedef;                          // =8 ...

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.