Uses of Class
org.odata4j.expression.ExpressionParser.TokenType

Packages that use ExpressionParser.TokenType
org.odata4j.expression   
 

Uses of ExpressionParser.TokenType in org.odata4j.expression
 

Fields in org.odata4j.expression declared as ExpressionParser.TokenType
 ExpressionParser.TokenType ExpressionParser.Token.type
           
 

Methods in org.odata4j.expression that return ExpressionParser.TokenType
static ExpressionParser.TokenType ExpressionParser.TokenType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExpressionParser.TokenType[] ExpressionParser.TokenType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.odata4j.expression with parameters of type ExpressionParser.TokenType
ExpressionParser.Token(ExpressionParser.TokenType type, String value)
           
 



http://odata4j.org