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