VisiBroker for Java

org.omg.CORBA
Class AttributeDescription

java.lang.Object
  extended by org.omg.CORBA.AttributeDescription
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class AttributeDescription
extends java.lang.Object
implements IDLEntity

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.

See Also:
Serialized Form

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

name

public java.lang.String name
This variable represents the name of the attribute.


id

public java.lang.String id
This variable represents the repository id for the attribute.


defined_in

public java.lang.String defined_in
This variable represents the repository id or value type of the interface in which the attribute is defined.


version

public java.lang.String version
This variable represents the attribute's version.


type

public TypeCode type
This variable represents the attributes IDL type.


mode

public AttributeMode mode
This variable represents the mode of the attribute.

Constructor Detail

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)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online