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

Field Summary
 DefinitionKind kind
           
 Any value
           
 
Constructor Summary
Description()
           
Description(DefinitionKind kind, Any value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kind

public DefinitionKind kind

value

public Any value
Constructor Detail

Description

public Description()

Description

public Description(DefinitionKind kind,
                   Any value)