public class _EnumDefStub extends ObjectImpl implements EnumDef
| Constructor and Description |
|---|
_EnumDefStub() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
_ids() |
java.lang.String |
absolute_name()
Read accessor for absolute_name attribute
|
Repository |
containing_repository()
Read accessor for containing_repository attribute
|
DefinitionKind |
def_kind()
Read accessor for def_kind attribute
|
Container |
defined_in()
Read accessor for defined_in attribute
|
Description |
describe()
Operation describe
|
void |
destroy()
Operation destroy
|
java.lang.String |
id()
Read accessor for id attribute
|
void |
id(java.lang.String value)
Write accessor for id attribute
|
java.lang.String[] |
members()
Read accessor for members attribute
|
void |
members(java.lang.String[] value)
Write accessor for members attribute
|
void |
move(Container new_container,
java.lang.String new_name,
java.lang.String new_version)
Operation move
|
java.lang.String |
name()
Read accessor for name attribute
|
void |
name(java.lang.String value)
Write accessor for name attribute
|
TypeCode |
type()
Read accessor for type attribute
|
java.lang.String |
version()
Read accessor for version attribute
|
void |
version(java.lang.String value)
Write accessor for version attribute
|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toStringpublic java.lang.String[] _ids()
_ids in class ObjectImplpublic java.lang.String[] members()
members in interface EnumDefOperationspublic void members(java.lang.String[] value)
members in interface EnumDefOperationsvalue - the attribute valuepublic java.lang.String id()
id in interface ContainedOperationspublic void id(java.lang.String value)
id in interface ContainedOperationsvalue - the attribute valuepublic java.lang.String name()
name in interface ContainedOperationspublic void name(java.lang.String value)
name in interface ContainedOperationsvalue - the attribute valuepublic java.lang.String version()
version in interface ContainedOperationspublic void version(java.lang.String value)
version in interface ContainedOperationsvalue - the attribute valuepublic Container defined_in()
defined_in in interface ContainedOperationspublic java.lang.String absolute_name()
absolute_name in interface ContainedOperationspublic Repository containing_repository()
containing_repository in interface ContainedOperationspublic Description describe()
describe in interface ContainedOperationspublic void move(Container new_container, java.lang.String new_name, java.lang.String new_version)
move in interface ContainedOperationspublic DefinitionKind def_kind()
def_kind in interface IRObjectOperationspublic void destroy()
destroy in interface IRObjectOperationspublic TypeCode type()
type in interface IDLTypeOperations