Uses of Class
org.apache.olingo.odata2.api.edm.EdmLiteralKind

Packages that use EdmLiteralKind
org.apache.olingo.odata2.api.edm Entity Data Model API 
 

Uses of EdmLiteralKind in org.apache.olingo.odata2.api.edm
 

Methods in org.apache.olingo.odata2.api.edm that return EdmLiteralKind
static EdmLiteralKind EdmLiteralKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EdmLiteralKind[] EdmLiteralKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.olingo.odata2.api.edm with parameters of type EdmLiteralKind
 boolean EdmSimpleType.validate(String value, EdmLiteralKind literalKind, EdmFacets facets)
          Validates literal value.
<T> T
EdmSimpleType.valueOfString(String value, EdmLiteralKind literalKind, EdmFacets facets, Class<T> returnType)
          Converts literal representation of value to system data type.
 String EdmSimpleType.valueToString(Object value, EdmLiteralKind literalKind, EdmFacets facets)
          Converts system data type to literal representation of value.
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.