|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ContainedPackage.Description
public final class Description
The description structure associated with each interface is provided below with the interface 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.
Field Summary | |
---|---|
DefinitionKind |
kind
Struct member kind |
Any |
value
Struct member value |
Constructor Summary | |
---|---|
Description()
Default constructor |
|
Description(DefinitionKind kind,
Any value)
Constructor with fields initialization |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public DefinitionKind kind
public Any value
Constructor Detail |
---|
public Description()
public Description(DefinitionKind kind, Any value)
kind
- kind struct membervalue
- value struct member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |