|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.CORBA.AttributeDescription
public final class AttributeDescription
The AttributeDescription
describes an attribute that is stored in the interface repository.
The AttributeDescription
struct is used to fully describe interfaces and values.
These are the only IDL types that can hold attributes.
Field Summary | |
---|---|
java.lang.String |
defined_in
This variable represents the repository id or value type of the interface in which the attribute is defined. |
java.lang.String |
id
This variable represents the repository id for the attribute. |
AttributeMode |
mode
This variable represents the mode of the attribute. |
java.lang.String |
name
This variable represents the name of the attribute. |
TypeCode |
type
This variable represents the attributes IDL type. |
java.lang.String |
version
This variable represents the attribute's version. |
Constructor Summary | |
---|---|
AttributeDescription()
|
|
AttributeDescription(java.lang.String name,
java.lang.String id,
java.lang.String defined_in,
java.lang.String version,
TypeCode type,
AttributeMode mode)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.lang.String id
public java.lang.String defined_in
public java.lang.String version
public TypeCode type
public AttributeMode mode
Constructor Detail |
---|
public AttributeDescription()
public AttributeDescription(java.lang.String name, java.lang.String id, java.lang.String defined_in, java.lang.String version, TypeCode type, AttributeMode mode)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |