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

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

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

Methods in org.apache.olingo.odata2.api.edm that throw EdmSimpleTypeException
 String EdmSimpleType.toUriLiteral(String literal)
          Converts default literal representation to URI literal representation.
<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.