public class GetOperatorImplementationParams extends MessageParams
Constructor and Description |
---|
GetOperatorImplementationParams(java.lang.String operatorInvocationName,
java.util.List<java.lang.String> argTypeNames) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getArgTypeNames()
Gets the parameters signature of the operator to be retrieved
|
java.lang.String |
getOperatorInvocationName()
Gets The invocation name of the operator to be retrieved
|
public GetOperatorImplementationParams(java.lang.String operatorInvocationName, java.util.List<java.lang.String> argTypeNames)
operatorInvocationName
- The invocation name of the operator to be retrievedargTypeNames
- the parameters signature of the operator to be retrievedpublic final java.util.List<java.lang.String> getArgTypeNames()
public final java.lang.String getOperatorInvocationName()