Uses of Class
org.omg.CORBA.AttributeMode

Packages that use AttributeMode
org.omg.CORBA   
 

Uses of AttributeMode in org.omg.CORBA
 

Fields in org.omg.CORBA declared as AttributeMode
static AttributeMode AttributeMode.ATTR_NORMAL
           
static AttributeMode AttributeMode.ATTR_READONLY
           
 AttributeMode AttributeDescription.mode
           
 AttributeMode AttributeModeHolder.value
           
 

Methods in org.omg.CORBA that return AttributeMode
static AttributeMode AttributeModeHelper.extract(Any any)
           
static AttributeMode AttributeMode.from_int(int value)
           
 AttributeMode _AttributeDefStub.mode()
           
 AttributeMode AttributeDefOperations.mode()
           
static AttributeMode AttributeModeHelper.read(InputStream in)
           
 

Methods in org.omg.CORBA with parameters of type AttributeMode
 AttributeDef _InterfaceDefStub.create_attribute(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, AttributeMode _ob_a4)
           
 AttributeDef ValueDefOperations.create_attribute(String id, String name, String version, IDLType type, AttributeMode mode)
           
 AttributeDef _LocalInterfaceDefStub.create_attribute(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, AttributeMode _ob_a4)
           
 AttributeDef InterfaceDefOperations.create_attribute(String id, String name, String version, IDLType type, AttributeMode mode)
           
 AttributeDef _AbstractInterfaceDefStub.create_attribute(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, AttributeMode _ob_a4)
           
 AttributeDef _ValueDefStub.create_attribute(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, AttributeMode _ob_a4)
           
static void AttributeModeHelper.insert(Any any, AttributeMode val)
           
 void _AttributeDefStub.mode(AttributeMode _ob_a)
           
 void AttributeDefOperations.mode(AttributeMode val)
           
static void AttributeModeHelper.write(OutputStream out, AttributeMode val)
           
 

Constructors in org.omg.CORBA with parameters of type AttributeMode
AttributeDescription(String name, String id, String defined_in, String version, TypeCode type, AttributeMode mode)
           
AttributeModeHolder(AttributeMode initial)
           
 



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