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
 AttributeMode ExtAttributeDescription.mode
           
 AttributeMode AttributeDescription.mode
           
 AttributeMode AttributeModeHolder.value
           
static AttributeMode AttributeMode.ATTR_NORMAL
           
static AttributeMode AttributeMode.ATTR_READONLY
           
 

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

Methods in org.omg.CORBA with parameters of type AttributeMode
 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)
           
 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)
           
 AttributeDef InterfaceDefOperations.create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
           
 void AttributeDefOperations.mode(AttributeMode arg)
           
static void AttributeModeHelper.insert(Any any, AttributeMode s)
           
static void AttributeModeHelper.write(OutputStream out, AttributeMode s)
           
 

Constructors in org.omg.CORBA with parameters of type AttributeMode
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)
           
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)
           
 



Copyright © {inceptionYear}-2007 null. All Rights Reserved.