public interface OperationDefOperations extends ContainedOperations
Modifier and Type | Method and Description |
---|---|
String[] |
contexts() |
void |
contexts(String[] arg) |
ExceptionDef[] |
exceptions() |
void |
exceptions(ExceptionDef[] arg) |
OperationMode |
mode() |
void |
mode(OperationMode arg) |
ParameterDescription[] |
params() |
void |
params(ParameterDescription[] arg) |
IDLType |
result_def() |
void |
result_def(IDLType arg) |
TypeCode |
result() |
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, version
def_kind, destroy
TypeCode result()
IDLType result_def()
void result_def(IDLType arg)
ParameterDescription[] params()
void params(ParameterDescription[] arg)
OperationMode mode()
void mode(OperationMode arg)
String[] contexts()
void contexts(String[] arg)
ExceptionDef[] exceptions()
void exceptions(ExceptionDef[] arg)
Copyright © 2013. All Rights Reserved.