Package org.omg.CORBA
Interface ValueDefOperations
-
- All Superinterfaces:
ContainedOperations
,ContainerOperations
,IDLTypeOperations
,IRObjectOperations
- All Known Subinterfaces:
ValueDef
- All Known Implementing Classes:
_ValueDefStub
,ValueDefPOA
,ValueDefPOATie
public interface ValueDefOperations extends ContainerOperations, ContainedOperations, IDLTypeOperations
org/omg/CORBA/ValueDefOperations.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/ir.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueDef[]
abstract_base_values()
void
abstract_base_values(ValueDef[] newAbstract_base_values)
ValueDef
base_value()
void
base_value(ValueDef newBase_value)
AttributeDef
create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
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)
ValueMemberDef
create_value_member(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type_def, short access)
FullValueDescription
describe_value()
byte
flags()
void
flags(byte newFlags)
boolean
has_safe_base()
void
has_safe_base(boolean newHas_safe_base)
Initializer[]
initializers()
void
initializers(Initializer[] newInitializers)
boolean
is_a(java.lang.String value_id)
boolean
is_abstract()
void
is_abstract(boolean newIs_abstract)
boolean
is_custom()
void
is_custom(boolean newIs_custom)
InterfaceDef[]
supported_interfaces()
void
supported_interfaces(InterfaceDef[] newSupported_interfaces)
-
Methods inherited from interface org.omg.CORBA.ContainedOperations
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, version
-
Methods inherited from interface org.omg.CORBA.ContainerOperations
contents, create_alias, create_constant, create_enum, create_exception, create_interface, create_module, create_native, create_struct, create_union, create_value, create_value_box, describe_contents, lookup, lookup_name
-
Methods inherited from interface org.omg.CORBA.IDLTypeOperations
type
-
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
-
-
-
-
Method Detail
-
supported_interfaces
InterfaceDef[] supported_interfaces()
-
supported_interfaces
void supported_interfaces(InterfaceDef[] newSupported_interfaces)
-
initializers
Initializer[] initializers()
-
initializers
void initializers(Initializer[] newInitializers)
-
base_value
ValueDef base_value()
-
base_value
void base_value(ValueDef newBase_value)
-
abstract_base_values
ValueDef[] abstract_base_values()
-
abstract_base_values
void abstract_base_values(ValueDef[] newAbstract_base_values)
-
is_abstract
boolean is_abstract()
-
is_abstract
void is_abstract(boolean newIs_abstract)
-
is_custom
boolean is_custom()
-
is_custom
void is_custom(boolean newIs_custom)
-
flags
byte flags()
-
flags
void flags(byte newFlags)
-
has_safe_base
boolean has_safe_base()
-
has_safe_base
void has_safe_base(boolean newHas_safe_base)
-
is_a
boolean is_a(java.lang.String value_id)
-
describe_value
FullValueDescription describe_value()
-
create_value_member
ValueMemberDef create_value_member(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type_def, short access)
-
create_attribute
AttributeDef create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
-
create_operation
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)
-
-