Uses of Class
com.opencloud.slee.resources.cgin.Code
-
Packages that use Code Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built. -
-
Uses of Code in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return Code Modifier and Type Method Description Code
Code. clone()
Constructs a copy of this object and everything reachable from it.static Code
Code. copyOf(Code from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.Code
TcapError. getErrorCode()
Get the error code of this error.Code
TcapOperation. getOperationCode()
Get the operation code of this operation.Code
Code. setGlobal(ObjectID value)
Sets the value of the ITU global object identifier alternative.Code
Code. setLocal(int value)
Sets the value of the ITU local integer alternative.Code
Code. setNational(int value)
Sets the value of the ANSI national integer alternative.Code
Code. setPrivate(int value)
Sets the value of the ANSI private integer alternative.Methods in com.opencloud.slee.resources.cgin with parameters of type Code Modifier and Type Method Description static Code
Code. copyOf(Code from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.Constructors in com.opencloud.slee.resources.cgin with parameters of type Code Constructor Description TcapError(TcapError parent, String fieldName, String protocolName, String moduleName, String valuerefName, String apiName, Code code, String paramTypeName, boolean paramOptional, EventTypeID errorEventTypeID, String errorEventClassName)
Creates a new TcapError.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.
-