public interface InterfaceDefOperations extends ContainerOperations, ContainedOperations, IDLTypeOperations
| Modifier and Type | Method and Description |
|---|---|
InterfaceDef[] |
base_interfaces()
The base_interfaces attribute lists all the interfaces from
which this interface inherits.
|
void |
base_interfaces(InterfaceDef[] value)
The base_interfaces attribute lists all the interfaces from
which this interface inherits.
|
AttributeDef |
create_attribute(java.lang.String id,
java.lang.String name,
java.lang.String version,
IDLType type,
AttributeMode mode)
The create_attribute operation returns a new AttributeDef
contained in the InterfaceDef on which it is invoked.
|
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)
The create_operation operation returns a new OperationDef
contained in the InterfaceDef on which it is invoked.
|
FullInterfaceDescription |
describe_interface()
The describe_interface operation returns a
FullInterfaceDescription describing the interface, including
its operations and attributes.
|
boolean |
is_a(java.lang.String interface_id)
The is_a operation returns TRUE if the interface on which it is
invoked either is identical to or inherits, directly or
indirectly, from the interface identified by its interface_id
parameter.
|
contents, create_abstract_interface, create_alias, create_constant, create_enum, create_exception, create_interface, create_local_interface, create_module, create_native, create_struct, create_union, create_value_box, create_value, describe_contents, lookup_name, lookupabsolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, versiontypedef_kind, destroyInterfaceDef[] base_interfaces()
void base_interfaces(InterfaceDef[] value)
boolean is_a(java.lang.String interface_id)
FullInterfaceDescription describe_interface()
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)