| 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 | Class and Description |
|---|---|
class |
_AttributeDefStub
org/omg/CORBA/_AttributeDefStub.java .
|
| Modifier and Type | Field and Description |
|---|---|
AttributeDef |
AttributeDefHolder.value |
| Modifier and Type | Method and Description |
|---|---|
AttributeDef |
AttributeDefPOA._this() |
AttributeDef |
AttributeDefPOA._this(ORB orb) |
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 AttributeDef |
AttributeDefHelper.extract(Any a) |
static AttributeDef |
AttributeDefHelper.narrow(Object obj) |
static AttributeDef |
AttributeDefHelper.read(InputStream istream) |
static AttributeDef |
AttributeDefHelper.unchecked_narrow(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AttributeDefHelper.insert(Any a,
AttributeDef that) |
static void |
AttributeDefHelper.write(OutputStream ostream,
AttributeDef value) |
| Constructor and Description |
|---|
AttributeDefHolder(AttributeDef initialValue) |
Copyright © 2017–2023 Eclipse Foundation. All rights reserved.