Uses of Class
org.omg.CORBA.AttributeMode
Packages that use AttributeMode
Package
Description
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 AttributeModeModifier and TypeFieldDescriptionprivate static AttributeMode[]
AttributeMode.__array
static final AttributeMode
AttributeMode.ATTR_NORMAL
static final AttributeMode
AttributeMode.ATTR_READONLY
AttributeDescription.mode
AttributeModeHolder.value
Methods in org.omg.CORBA that return AttributeModeModifier and TypeMethodDescriptionstatic AttributeMode
static AttributeMode
AttributeMode.from_int
(int value) _AttributeDefStub.mode()
AttributeDefOperations.mode()
AttributeDefPOATie.mode()
static AttributeMode
AttributeModeHelper.read
(InputStream istream) Methods in org.omg.CORBA with parameters of type AttributeModeModifier and TypeMethodDescription_InterfaceDefStub.create_attribute
(String id, String name, String version, IDLType type, AttributeMode mode) _ValueDefStub.create_attribute
(String id, String name, String version, IDLType type, AttributeMode mode) InterfaceDefOperations.create_attribute
(String id, String name, String version, IDLType type, AttributeMode mode) InterfaceDefPOATie.create_attribute
(String id, String name, String version, IDLType type, AttributeMode mode) ValueDefOperations.create_attribute
(String id, String name, String version, IDLType type, AttributeMode mode) ValueDefPOATie.create_attribute
(String id, String name, 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 AttributeModeModifierConstructorDescriptionAttributeDescription
(String _name, String _id, String _defined_in, String _version, TypeCode _type, AttributeMode _mode) AttributeModeHolder
(AttributeMode initialValue)