org.omg.CORBA
Class AttributeDescription

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

public final class AttributeDescription
extends Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
 String defined_in
           
 String id
           
 AttributeMode mode
           
 String name
           
 TypeCode type
           
 String version
           
 
Constructor Summary
AttributeDescription()
           
AttributeDescription(String name, String id, String defined_in, String version, TypeCode type, AttributeMode mode)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

id

public String id

defined_in

public String defined_in

version

public String version

type

public TypeCode type

mode

public AttributeMode mode
Constructor Detail

AttributeDescription

public AttributeDescription()

AttributeDescription

public AttributeDescription(String name,
                            String id,
                            String defined_in,
                            String version,
                            TypeCode type,
                            AttributeMode mode)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.