org.omg.CORBA.ContainedPackage
Class Description
java.lang.Object
|
+--org.omg.CORBA.ContainedPackage.Description
- All Implemented Interfaces:
- IDLEntity, java.io.Serializable
- public final class Description
- extends java.lang.Object
- implements IDLEntity
The description structure associated with each interface is
provided below with the interface’s definition. The kind of
definition described by name of the structure returned is
provided with the returned structure. The kind field of the
returned Description struct shall give the DefinitionKind for
the most derived type of the object.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
kind
public DefinitionKind kind
- Struct member kind
value
public Any value
- Struct member value
Description
public Description()
- Default constructor
Description
public Description(DefinitionKind kind,
Any value)
- Constructor with fields initialization
- Parameters:
kind
- kind struct membervalue
- value struct member