GNU Classpath (0.95) | |
Frames | No Frames |
Fields of type org.omg.CORBA.DefinitionKind | |
DefinitionKind | Indicates that the current definition defines .
|
DefinitionKind | Indicates that the current definition defines an alias.
|
DefinitionKind | Indicates that the current definition defines an array.
|
DefinitionKind | Indicates that the current definition defines an attribute.
|
DefinitionKind | Indicates that the current definition defines a constant.
|
DefinitionKind | Indicates that the current definition defines an enumeration.
|
DefinitionKind | Indicates that the current definition defines an exception.
|
DefinitionKind | Indicates that the current definition defines a CORBA fixed .
|
DefinitionKind | Indicates that the current definition defines an interface.
|
DefinitionKind | Indicates that the current definition defines a Module.
|
DefinitionKind | Indicates that the current definition defines a Native.
|
DefinitionKind | Indicates that the current definition defines an operation, including
the lists of parameters and exceptions raised by this operation.
|
DefinitionKind | Indicates that the current definition defines a primitive type.
|
DefinitionKind | Indicates that the current definition defines an another interface
repository.
|
DefinitionKind | Indicates that the current definition defines a sequence.
|
DefinitionKind | Indicates that the current definition defines a string.
|
DefinitionKind | Indicates that the current definition defines a structure.
|
DefinitionKind | Indicates that the current definition defines a named type that is not
an interface nor a value definition. |
DefinitionKind | Indicates that the current definition defines a union.
|
DefinitionKind | Indicates that the current definition defines a value.
|
DefinitionKind | Indicates that the current definition defines a value box.
|
DefinitionKind | Indicates that the current definition defines value member.
|
DefinitionKind | Indicates that the current definition defines a wide (usually 16-bit
per character) string.
|
DefinitionKind | This is a "wildcard '*'", used in cases where any definition kind
is appropriate .
|
DefinitionKind | Indicates that the current definition defines has no definition kind.
|
Methods with parameter type org.omg.CORBA.DefinitionKind | |
void | Insert the definition kind into the given Any.
|
void | Write the definition kind (as int) to the CDR output stream.
|
Methods with return type org.omg.CORBA.DefinitionKind | |
DefinitionKind | Get the definition kind of this interface repository object.
|
DefinitionKind | Get the definition kind of the remote IDL type object. |
DefinitionKind | Extract the definition kind from the given Any.
|
DefinitionKind | DefinitionKind.from_int(int a_kind) Get the definition kind, corresponding the given integer code.
|
DefinitionKind | Read the definitin kind (as int) from the CDR intput stream.
|
GNU Classpath (0.95) |