Uses of Class
org.omg.CORBA.AttributeMode
-
Packages that use AttributeMode Package Description org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). -
-
Uses of AttributeMode in org.omg.CORBA
Fields in org.omg.CORBA declared as AttributeMode Modifier and Type Field Description private static AttributeMode[]
AttributeMode. __array
static AttributeMode
AttributeMode. ATTR_NORMAL
static AttributeMode
AttributeMode. ATTR_READONLY
AttributeMode
AttributeDescription. mode
AttributeMode
AttributeModeHolder. value
Methods in org.omg.CORBA that return AttributeMode Modifier and Type Method Description static AttributeMode
AttributeModeHelper. extract(Any a)
static AttributeMode
AttributeMode. from_int(int value)
AttributeMode
_AttributeDefStub. mode()
AttributeMode
AttributeDefOperations. mode()
AttributeMode
AttributeDefPOATie. mode()
static AttributeMode
AttributeModeHelper. read(InputStream istream)
Methods in org.omg.CORBA with parameters of type AttributeMode Modifier and Type Method Description AttributeDef
_InterfaceDefStub. create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
AttributeDef
_ValueDefStub. create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
AttributeDef
InterfaceDefOperations. create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
AttributeDef
InterfaceDefPOATie. 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)
AttributeDef
ValueDefPOATie. create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
static void
AttributeModeHelper. insert(Any a, AttributeMode that)
void
_AttributeDefStub. mode(AttributeMode newMode)
void
AttributeDefOperations. mode(AttributeMode newMode)
void
AttributeDefPOATie. mode(AttributeMode newMode)
static void
AttributeModeHelper. write(OutputStream ostream, AttributeMode value)
Constructors in org.omg.CORBA with parameters of type AttributeMode Constructor Description AttributeDescription(java.lang.String _name, java.lang.String _id, java.lang.String _defined_in, java.lang.String _version, TypeCode _type, AttributeMode _mode)
AttributeModeHolder(AttributeMode initialValue)
-