org.omg.CORBA.ContainerPackage
Class Description
java.lang.Object
|
+--org.omg.CORBA.ContainerPackage.Description
- All Implemented Interfaces:
- IDLEntity, java.io.Serializable
- public final class Description
- extends java.lang.Object
- implements IDLEntity
Struct definition : Description
- Author:
- OpenORB Compiler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contained_object
public Contained contained_object
- Struct member contained_object
kind
public DefinitionKind kind
- Struct member kind
value
public Any value
- Struct member value
Description
public Description()
- Default constructor
Description
public Description(Contained contained_object,
DefinitionKind kind,
Any value)
- Constructor with fields initialization
- Parameters:
contained_object
- contained_object struct memberkind
- kind struct membervalue
- value struct member