Package org.omg.CORBA
Interface ValueDefOperations
- All Superinterfaces:
ContainedOperations,ContainerOperations,IDLTypeOperations,IRObjectOperations
- All Known Subinterfaces:
EventDef,EventDefOperations,ExtValueDef,ExtValueDefOperations,ValueDef
- All Known Implementing Classes:
_EventDefStub,_ExtValueDefStub,_ValueDefStub,EventDefPOA,EventDefPOATie,ExtValueDefPOA,ExtValueDefPOATie,ValueDefPOA,ValueDefPOATie
public interface ValueDefOperations
extends ContainerOperations, ContainedOperations, IDLTypeOperations
org/omg/CORBA/ValueDefOperations.java .
Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog1
Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog2
Monday, February 12, 2024 at 2:42:26 PM Central European Standard Time
-
Method Summary
Modifier and TypeMethodDescriptionValueDef[]voidabstract_base_values(ValueDef[] newAbstract_base_values) voidbase_value(ValueDef newBase_value) create_attribute(String id, String name, String version, IDLType type, AttributeMode mode) create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts) create_value_member(String id, String name, String version, IDLType type, short access) voidinitializers(Initializer[] newInitializers) booleanbooleanvoidis_abstract(boolean newIs_abstract) booleanvoidis_custom(boolean newIs_custom) booleanvoidis_truncatable(boolean newIs_truncatable) voidsupported_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, versionMethods 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_nameMethods inherited from interface org.omg.CORBA.IDLTypeOperations
typeMethods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
-
Method Details
-
supported_interfaces
InterfaceDef[] supported_interfaces() -
supported_interfaces
-
initializers
Initializer[] initializers() -
initializers
-
base_value
ValueDef base_value() -
base_value
-
abstract_base_values
ValueDef[] abstract_base_values() -
abstract_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) -
is_truncatable
boolean is_truncatable() -
is_truncatable
void is_truncatable(boolean newIs_truncatable) -
is_a
-
describe_value
FullValueDescription describe_value() -
create_value_member
ValueMemberDef create_value_member(String id, String name, String version, IDLType type, short access) -
create_attribute
AttributeDef create_attribute(String id, String name, String version, IDLType type, AttributeMode mode) -
create_operation
OperationDef create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts)
-