| 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).
|
| Modifier and Type | Field and Description |
|---|---|
static AttributeMode |
AttributeMode.ATTR_NORMAL |
static AttributeMode |
AttributeMode.ATTR_READONLY |
AttributeMode |
AttributeDescription.mode |
AttributeMode |
AttributeModeHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static AttributeMode |
AttributeModeHelper.extract(Any a) |
static AttributeMode |
AttributeMode.from_int(int value) |
AttributeMode |
AttributeDefOperations.mode() |
AttributeMode |
_AttributeDefStub.mode() |
AttributeMode |
AttributeDefPOATie.mode() |
static AttributeMode |
AttributeModeHelper.read(InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
AttributeDef |
ValueDefOperations.create_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode) |
AttributeDef |
_ValueDefStub.create_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode) |
AttributeDef |
ValueDefPOATie.create_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode) |
AttributeDef |
InterfaceDefOperations.create_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode) |
AttributeDef |
_InterfaceDefStub.create_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode) |
AttributeDef |
InterfaceDefPOATie.create_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode) |
static void |
AttributeModeHelper.insert(Any a,
AttributeMode that) |
void |
AttributeDefOperations.mode(AttributeMode newMode) |
void |
_AttributeDefStub.mode(AttributeMode newMode) |
void |
AttributeDefPOATie.mode(AttributeMode newMode) |
static void |
AttributeModeHelper.write(OutputStream ostream,
AttributeMode value) |
| Constructor and Description |
|---|
AttributeDescription(String _name,
String _id,
String _defined_in,
String _version,
TypeCode _type,
AttributeMode _mode) |
AttributeModeHolder(AttributeMode initialValue) |
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.