org.omg.CORBA
Class AttributeDescription
java.lang.Object
|
+--org.omg.CORBA.AttributeDescription
- All Implemented Interfaces:
- IDLEntity, java.io.Serializable
- public final class AttributeDescription
- extends java.lang.Object
- implements IDLEntity
This structure provides all data that describe an attribute. This
structure is used by the describe operation when it is applied to
an attribute.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
id
public java.lang.String id
defined_in
public java.lang.String defined_in
version
public java.lang.String version
type
public TypeCode type
mode
public AttributeMode mode
AttributeDescription
public AttributeDescription()
AttributeDescription
public AttributeDescription(java.lang.String name,
java.lang.String id,
java.lang.String defined_in,
java.lang.String version,
TypeCode type,
AttributeMode mode)