Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
Modifier and Type | Method and Description |
---|---|
static TcapOperation.OperationClass |
TcapOperation.OperationClass.fromInt(int c) |
TcapOperation.OperationClass |
TcapOperation.getOperationClass()
Get the TCAP class of operation of this operation.
|
static TcapOperation.OperationClass |
TcapOperation.OperationClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TcapOperation.OperationClass[] |
TcapOperation.OperationClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TcapOperation(TcapOperation parent,
String fieldName,
String protocolName,
String moduleName,
String valuerefName,
String apiName,
Code code,
TcapOperation.OperationClass classOfOperation,
String argTypeName,
boolean argOptional,
String resultTypeName,
boolean resultOptional,
TcapError[] errors,
TcapOperation[] linkedOperations,
EventTypeID invokeEventTypeID,
String invokeEventClassName,
EventTypeID resultEventTypeID,
String resultEventClassName)
Constructs a new TcapOperation.
|