Class Token
- java.lang.Object
-
- org.apache.olingo.odata2.core.uri.expression.Token
-
public class Token extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdmTypegetEdmType()EdmLiteralgetJavaLiteral()TokenKindgetKind()intgetPosition()StringgetUriLiteral()
-
-
-
Constructor Detail
-
Token
public Token(TokenKind kind, int position, String uriLiteral, EdmLiteral javaLiteral)
-
-
Method Detail
-
getKind
public TokenKind getKind()
-
getPosition
public int getPosition()
-
getEdmType
public EdmType getEdmType()
-
getUriLiteral
public String getUriLiteral()
-
getJavaLiteral
public EdmLiteral getJavaLiteral()
-
-