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 ExtAttributeDescription.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 AttributeDefOperations.mode()
           
static AttributeMode AttributeModeHelper.read(InputStream in)
           
 

Methods in org.omg.CORBA with parameters of type AttributeMode
 AttributeDef InterfaceDefOperations.create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
           
 AttributeDef ValueDefOperations.create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
           
 ExtAttributeDef InterfaceAttrExtensionOperations.create_ext_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode, ExceptionDef[] get_exceptions, ExceptionDef[] set_exceptions)
           
 ExtAttributeDef ExtValueDefOperations.create_ext_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode, ExceptionDef[] get_exceptions, ExceptionDef[] set_exceptions)
           
static void AttributeModeHelper.insert(Any any, AttributeMode s)
           
 void AttributeDefOperations.mode(AttributeMode arg)
           
static void AttributeModeHelper.write(OutputStream out, AttributeMode s)
           
 

Constructors in org.omg.CORBA with parameters of type AttributeMode
AttributeDescription(java.lang.String name, java.lang.String id, java.lang.String defined_in, java.lang.String version, TypeCode type, AttributeMode mode)
           
AttributeModeHolder(AttributeMode initial)
           
ExtAttributeDescription(java.lang.String name, java.lang.String id, java.lang.String defined_in, java.lang.String version, TypeCode type, AttributeMode mode, ExceptionDescription[] get_exceptions, ExceptionDescription[] put_exceptions)
           
 



Copyright © 2009. All Rights Reserved.