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-build/glassfish-corba-4.2.4/omgapi/src/main/idl/ir.idl
Wednesday, February 21, 2024, 10:43:23 AM Greenwich Mean Time
-
Method Summary
Modifier and TypeMethodDescriptionValueDef[]
void
abstract_base_values
(ValueDef[] newAbstract_base_values) void
base_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_def, short access) byte
flags()
void
flags
(byte newFlags) boolean
void
has_safe_base
(boolean newHas_safe_base) void
initializers
(Initializer[] newInitializers) boolean
boolean
void
is_abstract
(boolean newIs_abstract) boolean
void
is_custom
(boolean newIs_custom) 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 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) -
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
-
describe_value
FullValueDescription describe_value() -
create_value_member
ValueMemberDef create_value_member(String id, String name, String version, IDLType type_def, 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)
-