Generated by
JDiff

Class org.omg.CORBA.DefinitionKind

Documentation changed from old to new.

Changed Constructors
DefinitionKind(int) Documentation changed from old to new.
Constructs a DefinitionKind object with its _value field initialized with the given value.
 

Changed Methods
DefinitionKind from_int(int) Documentation changed from old to new.
Creates a DefinitionKind instance corresponding to the given code .
int value() Documentation changed from old to new.
Returns the int constant identifying the type of an IR object.
 

Changed Fields
int _dk_Alias Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Array Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Attribute Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Constant Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Enum Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Exception Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Fixed Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Interface Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Module Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Native Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Operation Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Primitive Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Repository Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Sequence Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_String Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Struct Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Typedef Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Union Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Value Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_ValueBox Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_ValueMember Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_Wstring Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_all Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
int _dk_none Documentation changed from old to new.
The constant that indicates that an Interface Repository object does not have a definition kind.
DefinitionKind dk_Alias Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is an Alias.
DefinitionKind dk_Array Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is an Array.
DefinitionKind dk_Attribute Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is an Attribute.
DefinitionKind dk_Constant Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is a constant.
DefinitionKind dk_Enum Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is an Enum.
DefinitionKind dk_Exception Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is an Exception.
DefinitionKind dk_Fixed Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is a Fixed value.
DefinitionKind dk_Interface Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is an Interface.
DefinitionKind dk_Module Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is a Module.
DefinitionKind dk_Native Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is a Native value.
DefinitionKind dk_Operation Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is an Operation.
DefinitionKind dk_Primitive Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is a Primitive.
DefinitionKind dk_Repository Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is a Repository.
DefinitionKind dk_Sequence Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is a Sequence.
DefinitionKind dk_String Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is a String.
DefinitionKind dk_Struct Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is a Struct.
DefinitionKind dk_Typedef Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is a Typedef.
DefinitionKind dk_Union Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is a Union.
DefinitionKind dk_Value Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is a Value.
DefinitionKind dk_ValueBox Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is a ValueBox.
DefinitionKind dk_ValueMember Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is a ValueMember.
DefinitionKind dk_Wstring Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object is a Wstring.
DefinitionKind dk_all Documentation changed from old to new.
The wildcard DefinitionKind constant useful in all occasions where any DefinitionKind is appropriate.
DefinitionKind dk_none Documentation changed from old to new.
The static instance of DefinitionKind indicating that an Interface Repository object has no definition kind.