|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.portable.ObjectImpl | +--org.omg.CORBA._ValueDefStub
A ValueDef object represents a value definition.
Constructor Summary | |
_ValueDefStub()
|
Method Summary | |
java.lang.String[] |
_ids()
|
java.lang.String |
absolute_name()
Read accessor for absolute_name attribute |
ValueDef[] |
abstract_base_values()
Read accessor for abstract_base_values attribute |
void |
abstract_base_values(ValueDef[] value)
Write accessor for abstract_base_values attribute |
ValueDef |
base_value()
Read accessor for base_value attribute |
void |
base_value(ValueDef value)
Write accessor for base_value attribute |
Repository |
containing_repository()
Read accessor for containing_repository attribute |
Contained[] |
contents(DefinitionKind limit_type,
boolean exclude_inherited)
Operation contents |
AbstractInterfaceDef |
create_abstract_interface(java.lang.String id,
java.lang.String name,
java.lang.String version,
AbstractInterfaceDef[] base_interfaces)
Operation create_abstract_interface |
AliasDef |
create_alias(java.lang.String id,
java.lang.String name,
java.lang.String version,
IDLType original_type)
Operation create_alias |
AttributeDef |
create_attribute(java.lang.String id,
java.lang.String name,
java.lang.String version,
IDLType type,
AttributeMode mode)
Operation create_attribute |
ConstantDef |
create_constant(java.lang.String id,
java.lang.String name,
java.lang.String version,
IDLType type,
Any value)
Operation create_constant |
EnumDef |
create_enum(java.lang.String id,
java.lang.String name,
java.lang.String version,
java.lang.String[] members)
Operation create_enum |
ExceptionDef |
create_exception(java.lang.String id,
java.lang.String name,
java.lang.String version,
StructMember[] members)
Operation create_exception |
InterfaceDef |
create_interface(java.lang.String id,
java.lang.String name,
java.lang.String version,
InterfaceDef[] base_interfaces)
Operation create_interface |
LocalInterfaceDef |
create_local_interface(java.lang.String id,
java.lang.String name,
java.lang.String version,
LocalInterfaceDef[] base_interfaces)
Operation create_local_interface |
ModuleDef |
create_module(java.lang.String id,
java.lang.String name,
java.lang.String version)
Operation create_module |
NativeDef |
create_native(java.lang.String id,
java.lang.String name,
java.lang.String version)
Operation create_native |
OperationDef |
create_operation(java.lang.String id,
java.lang.String name,
java.lang.String version,
IDLType result,
OperationMode mode,
ParameterDescription[] params,
ExceptionDef[] exceptions,
java.lang.String[] contexts)
Operation create_operation |
StructDef |
create_struct(java.lang.String id,
java.lang.String name,
java.lang.String version,
StructMember[] members)
Operation create_struct |
UnionDef |
create_union(java.lang.String id,
java.lang.String name,
java.lang.String version,
IDLType discriminator_type,
UnionMember[] members)
Operation create_union |
ValueBoxDef |
create_value_box(java.lang.String id,
java.lang.String name,
java.lang.String version,
IDLType original_type_def)
Operation create_value_box |
ValueMemberDef |
create_value_member(java.lang.String id,
java.lang.String name,
java.lang.String version,
IDLType type,
short access)
Operation create_value_member |
ValueDef |
create_value(java.lang.String id,
java.lang.String name,
java.lang.String version,
boolean is_custom,
boolean is_abstract,
ValueDef base_value,
boolean is_truncatable,
ValueDef[] abstract_base_value,
InterfaceDef[] supported_interfaces,
Initializer[] initializers)
Operation create_value |
DefinitionKind |
def_kind()
Read accessor for def_kind attribute |
Container |
defined_in()
Read accessor for defined_in attribute |
Description[] |
describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs)
Operation describe_contents |
FullValueDescription |
describe_value()
Operation describe_value |
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 |
Initializer[] |
initializers()
Read accessor for initializers attribute |
void |
initializers(Initializer[] value)
Write accessor for initializers attribute |
boolean |
is_a(java.lang.String id)
Operation is_a |
boolean |
is_abstract()
Read accessor for is_abstract attribute |
void |
is_abstract(boolean value)
Write accessor for is_abstract attribute |
boolean |
is_custom()
Read accessor for is_custom attribute |
void |
is_custom(boolean value)
Write accessor for is_custom attribute |
boolean |
is_truncatable()
Read accessor for is_truncatable attribute |
void |
is_truncatable(boolean value)
Write accessor for is_truncatable attribute |
Contained[] |
lookup_name(java.lang.String search_name,
int levels_to_search,
DefinitionKind limit_type,
boolean exclude_inherited)
Operation lookup_name |
Contained |
lookup(java.lang.String search_name)
Operation lookup |
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 |
InterfaceDef[] |
supported_interfaces()
Read accessor for supported_interfaces attribute |
void |
supported_interfaces(InterfaceDef[] value)
Write accessor for supported_interfaces 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 |
Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_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, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
Constructor Detail |
public _ValueDefStub()
Method Detail |
public java.lang.String[] _ids()
_ids
in class ObjectImpl
public InterfaceDef[] supported_interfaces()
supported_interfaces
in interface ValueDefOperations
public void supported_interfaces(InterfaceDef[] value)
supported_interfaces
in interface ValueDefOperations
value
- the attribute valuepublic Initializer[] initializers()
initializers
in interface ValueDefOperations
public void initializers(Initializer[] value)
initializers
in interface ValueDefOperations
value
- the attribute valuepublic ValueDef base_value()
base_value
in interface ValueDefOperations
public void base_value(ValueDef value)
base_value
in interface ValueDefOperations
value
- the attribute valuepublic ValueDef[] abstract_base_values()
abstract_base_values
in interface ValueDefOperations
public void abstract_base_values(ValueDef[] value)
abstract_base_values
in interface ValueDefOperations
value
- the attribute valuepublic boolean is_abstract()
is_abstract
in interface ValueDefOperations
public void is_abstract(boolean value)
is_abstract
in interface ValueDefOperations
value
- the attribute valuepublic boolean is_custom()
is_custom
in interface ValueDefOperations
public void is_custom(boolean value)
is_custom
in interface ValueDefOperations
value
- the attribute valuepublic boolean is_truncatable()
is_truncatable
in interface ValueDefOperations
public void is_truncatable(boolean value)
is_truncatable
in interface ValueDefOperations
value
- the attribute valuepublic boolean is_a(java.lang.String id)
is_a
in interface ValueDefOperations
public FullValueDescription describe_value()
describe_value
in interface ValueDefOperations
public ValueMemberDef create_value_member(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, short access)
create_value_member
in interface ValueDefOperations
public AttributeDef create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
create_attribute
in interface ValueDefOperations
public OperationDef create_operation(java.lang.String id, java.lang.String name, java.lang.String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, java.lang.String[] contexts)
create_operation
in interface ValueDefOperations
public Contained lookup(java.lang.String search_name)
lookup
in interface ContainerOperations
public Contained[] contents(DefinitionKind limit_type, boolean exclude_inherited)
contents
in interface ContainerOperations
org.omg.CORBA.ContainerOperations
limit_type
- If limit_type is set to dk_all "all", objects
of all interface types are returned. For example, if
this is an InterfaceDef, the attribute, operation,
and exception objects are all returned. If
limit_type is set to a specific interface, only
objects of that interface type are returned. For
example, only attribute objects are returned if
limit_type is set to dk_Attribute "AttributeDef".exclude_inherited
- If set to TRUE, inherited objects (if
there are any) are not returned. If set to FALSE,
all contained objects,whether contained due to
inheritance or because they were defined within
the object,are returned.public Contained[] lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
lookup_name
in interface ContainerOperations
org.omg.CORBA.ContainerOperations
search_name
- Specified which name is to be searched for.levels_to_search
- Controls whether the lookup is
constrained to the object the operation is invoked
on or whether it should search through objects
contained by the object as well.limit_type
- If limit_type is set to dk_all "all", objects
of all interface types are returned. For example, if
this is an InterfaceDef, the attribute, operation,
and exception objects are all returned. If
limit_type is set to a specific interface, only
objects of that interface type are returned. For
example, only attribute objects are returned if
limit_type is set to dk_Attribute "AttributeDef".exclude_inherited
- If set to TRUE, inherited objects (if
there are any) are not returned. If set to FALSE,
all contained objects,whether contained due to
inheritance or because they were defined within
the object,are returned.public Description[] describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
describe_contents
in interface ContainerOperations
org.omg.CORBA.ContainerOperations
limit_type
- If limit_type is set to dk_all "all", objects
of all interface types are returned. For example, if
this is an InterfaceDef, the attribute, operation,
and exception objects are all returned. If
limit_type is set to a specific interface, only
objects of that interface type are returned. For
example, only attribute objects are returned if
limit_type is set to dk_Attribute "AttributeDef".exclude_inherited
- If set to TRUE, inherited objects (if
there are any) are not returned. If set to FALSE,
all contained objects,whether contained due to
inheritance or because they were defined within
the object,are returned.max_returned_objs
- max_returned_objs Limits the number of
objects that can be returned in an invocation of
the call to the number provided. Setting the
parameter to -1 means return all contained
objects.public ModuleDef create_module(java.lang.String id, java.lang.String name, java.lang.String version)
create_module
in interface ContainerOperations
public ConstantDef create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)
create_constant
in interface ContainerOperations
public StructDef create_struct(java.lang.String id, java.lang.String name, java.lang.String version, StructMember[] members)
create_struct
in interface ContainerOperations
public UnionDef create_union(java.lang.String id, java.lang.String name, java.lang.String version, IDLType discriminator_type, UnionMember[] members)
create_union
in interface ContainerOperations
public EnumDef create_enum(java.lang.String id, java.lang.String name, java.lang.String version, java.lang.String[] members)
create_enum
in interface ContainerOperations
public AliasDef create_alias(java.lang.String id, java.lang.String name, java.lang.String version, IDLType original_type)
create_alias
in interface ContainerOperations
public InterfaceDef create_interface(java.lang.String id, java.lang.String name, java.lang.String version, InterfaceDef[] base_interfaces)
create_interface
in interface ContainerOperations
public ValueDef create_value(java.lang.String id, java.lang.String name, java.lang.String version, boolean is_custom, boolean is_abstract, ValueDef base_value, boolean is_truncatable, ValueDef[] abstract_base_value, InterfaceDef[] supported_interfaces, Initializer[] initializers)
create_value
in interface ContainerOperations
public ValueBoxDef create_value_box(java.lang.String id, java.lang.String name, java.lang.String version, IDLType original_type_def)
create_value_box
in interface ContainerOperations
public ExceptionDef create_exception(java.lang.String id, java.lang.String name, java.lang.String version, StructMember[] members)
create_exception
in interface ContainerOperations
public NativeDef create_native(java.lang.String id, java.lang.String name, java.lang.String version)
create_native
in interface ContainerOperations
public AbstractInterfaceDef create_abstract_interface(java.lang.String id, java.lang.String name, java.lang.String version, AbstractInterfaceDef[] base_interfaces)
create_abstract_interface
in interface ContainerOperations
public LocalInterfaceDef create_local_interface(java.lang.String id, java.lang.String name, java.lang.String version, LocalInterfaceDef[] base_interfaces)
create_local_interface
in interface ContainerOperations
public DefinitionKind def_kind()
def_kind
in interface IRObjectOperations
public void destroy()
destroy
in interface IRObjectOperations
public java.lang.String id()
id
in interface ContainedOperations
public void id(java.lang.String value)
id
in interface ContainedOperations
value
- the attribute valuepublic java.lang.String name()
name
in interface ContainedOperations
public void name(java.lang.String value)
name
in interface ContainedOperations
value
- the attribute valuepublic java.lang.String version()
version
in interface ContainedOperations
public void version(java.lang.String value)
version
in interface ContainedOperations
value
- the attribute valuepublic Container defined_in()
defined_in
in interface ContainedOperations
public java.lang.String absolute_name()
absolute_name
in interface ContainedOperations
public Repository containing_repository()
containing_repository
in interface ContainedOperations
public Description describe()
describe
in interface ContainedOperations
public void move(Container new_container, java.lang.String new_name, java.lang.String new_version)
move
in interface ContainedOperations
public TypeCode type()
type
in interface IDLTypeOperations
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |