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.__arraystatic final AttributeModeAttributeMode.ATTR_NORMALstatic final AttributeModeAttributeMode.ATTR_READONLYAttributeDescription.modeAttributeModeHolder.valueMethods in org.omg.CORBA that return AttributeModeModifier and TypeMethodDescriptionstatic AttributeModestatic AttributeModeAttributeMode.from_int(int value) _AttributeDefStub.mode()AttributeDefOperations.mode()AttributeDefPOATie.mode()static AttributeModeAttributeModeHelper.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 voidAttributeModeHelper.insert(Any a, AttributeMode that) void_AttributeDefStub.mode(AttributeMode newMode) voidAttributeDefOperations.mode(AttributeMode newMode) voidAttributeDefPOATie.mode(AttributeMode newMode) static voidAttributeModeHelper.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)