|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TokenOperatorPS.Operator | |
|---|---|
| org.mule.module.apikit.uri | |
| Uses of TokenOperatorPS.Operator in org.mule.module.apikit.uri |
|---|
| Methods in org.mule.module.apikit.uri that return TokenOperatorPS.Operator | |
|---|---|
TokenOperatorPS.Operator |
TokenOperatorPS.operator()
Returns the operator part of this token. |
static TokenOperatorPS.Operator |
TokenOperatorPS.toOperator(char c)
Returns the operator if it is defined in this class. |
static TokenOperatorPS.Operator |
TokenOperatorPS.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TokenOperatorPS.Operator[] |
TokenOperatorPS.Operator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.mule.module.apikit.uri with parameters of type TokenOperatorPS.Operator | |
|---|---|
TokenOperatorPS(TokenOperatorPS.Operator op,
List<Variable> vars)
Creates a new operator token. |
|
TokenOperatorPS(TokenOperatorPS.Operator op,
Variable var)
Creates a new operator token for one variable only. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||