Uses of Class
citysdk.tourism.client.requests.uri.Operator

Packages that use Operator
citysdk.tourism.client.requests.uri Package for the URI Template Implementation. 
 

Uses of Operator in citysdk.tourism.client.requests.uri
 

Methods in citysdk.tourism.client.requests.uri that return Operator
static Operator Operator.fromOpCode(java.lang.String op)
           
static Operator Operator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Operator[] Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.