public interface OperationDefOperations extends ContainedOperations
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
contexts()
The contexts attribute specifies the list of context
identifiers that apply to the operation.
|
void |
contexts(java.lang.String[] value)
The contexts attribute specifies the list of context
identifiers that apply to the operation.
|
ExceptionDef[] |
exceptions()
The exceptions attribute specifies the list of exception types
that can be raised by the operation.
|
void |
exceptions(ExceptionDef[] value)
The exceptions attribute specifies the list of exception types
that can be raised by the operation.
|
OperationMode |
mode()
The mode attribute of accessor operations is OP_NORMAL.
|
void |
mode(OperationMode value)
The mode attribute of accessor operations is OP_NORMAL.
|
ParameterDescription[] |
params()
The params attribute describes the parameters of the
operation.
|
void |
params(ParameterDescription[] value)
The params attribute describes the parameters of the
operation.
|
IDLType |
result_def()
The result_def attribute identifies the definition of the
returned type.
|
void |
result_def(IDLType value)
The result_def attribute identifies the definition of the
returned type.
|
TypeCode |
result()
The result attribute is a TypeCode describing the type of the
value returned by the operation.
|
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, versiondef_kind, destroyTypeCode result()
IDLType result_def()
void result_def(IDLType value)
ParameterDescription[] params()
void params(ParameterDescription[] value)
OperationMode mode()
void mode(OperationMode value)
java.lang.String[] contexts()
void contexts(java.lang.String[] value)
ExceptionDef[] exceptions()
void exceptions(ExceptionDef[] value)