Uses of Interface
org.apache.olingo.odata2.api.edm.EdmFacets

Packages that use EdmFacets
org.apache.olingo.odata2.api.edm Entity Data Model API 
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
 

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

Methods in org.apache.olingo.odata2.api.edm that return EdmFacets
 EdmFacets EdmElement.getFacets()
          Get the facet information for an element
 

Methods in org.apache.olingo.odata2.api.edm with parameters of type EdmFacets
 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.
 

Uses of EdmFacets in org.apache.olingo.odata2.api.edm.provider
 

Classes in org.apache.olingo.odata2.api.edm.provider that implement EdmFacets
 class Facets
          Objects of this class represent the facets an entity type, property or function import can have
 

Methods in org.apache.olingo.odata2.api.edm.provider that return EdmFacets
 EdmFacets Property.getFacets()
           
 EdmFacets FunctionImportParameter.getFacets()
           
 

Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type EdmFacets
 SimpleProperty SimpleProperty.setFacets(EdmFacets facets)
           
 Property Property.setFacets(EdmFacets facets)
          Sets the Facets for this Property
 FunctionImportParameter FunctionImportParameter.setFacets(EdmFacets facets)
          Sets the EdmFacets of this FunctionImportParameter
 ComplexProperty ComplexProperty.setFacets(EdmFacets facets)
           
 



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