Package | Description |
---|---|
org.omg.CORBA |
Modifier and Type | Field and Description |
---|---|
static AttributeMode |
AttributeMode.ATTR_NORMAL |
static AttributeMode |
AttributeMode.ATTR_READONLY |
AttributeMode |
AttributeDescription.mode |
AttributeMode |
ExtAttributeDescription.mode |
AttributeMode |
AttributeModeHolder.value |
Modifier and Type | Method and Description |
---|---|
static AttributeMode |
AttributeModeHelper.extract(Any any) |
static AttributeMode |
AttributeMode.from_int(int value) |
AttributeMode |
AttributeDefOperations.mode() |
static AttributeMode |
AttributeModeHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
AttributeDef |
InterfaceDefOperations.create_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode) |
AttributeDef |
ValueDefOperations.create_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode) |
ExtAttributeDef |
ExtValueDefOperations.create_ext_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode,
ExceptionDef[] get_exceptions,
ExceptionDef[] set_exceptions) |
ExtAttributeDef |
InterfaceAttrExtensionOperations.create_ext_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode,
ExceptionDef[] get_exceptions,
ExceptionDef[] set_exceptions) |
static void |
AttributeModeHelper.insert(Any any,
AttributeMode s) |
void |
AttributeDefOperations.mode(AttributeMode arg) |
static void |
AttributeModeHelper.write(OutputStream out,
AttributeMode s) |
Constructor and Description |
---|
AttributeDescription(String name,
String id,
String defined_in,
String version,
TypeCode type,
AttributeMode mode) |
AttributeModeHolder(AttributeMode initial) |
ExtAttributeDescription(String name,
String id,
String defined_in,
String version,
TypeCode type,
AttributeMode mode,
ExceptionDescription[] get_exceptions,
ExceptionDescription[] put_exceptions) |
Copyright © 2013. All Rights Reserved.