Uses of Interface
org.apache.olingo.odata2.api.edm.EdmFacets
-
Packages that use EdmFacets Package Description org.apache.olingo.odata2.api.edm Entity Data Model APIorg.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 Modifier and Type Method Description EdmFacetsEdmElement. getFacets()Get the facet information for an elementMethods in org.apache.olingo.odata2.api.edm with parameters of type EdmFacets Modifier and Type Method Description booleanEdmSimpleType. validate(String value, EdmLiteralKind literalKind, EdmFacets facets)Validates literal value.<T> TEdmSimpleType. valueOfString(String value, EdmLiteralKind literalKind, EdmFacets facets, Class<T> returnType)Converts literal representation of value to system data type.StringEdmSimpleType. 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 Modifier and Type Class Description classFacetsObjects of this class represent the facets an entity type, property or function import can haveMethods in org.apache.olingo.odata2.api.edm.provider that return EdmFacets Modifier and Type Method Description EdmFacetsFunctionImportParameter. getFacets()EdmFacetsProperty. getFacets()Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type EdmFacets Modifier and Type Method Description ComplexPropertyComplexProperty. setFacets(EdmFacets facets)FunctionImportParameterFunctionImportParameter. setFacets(EdmFacets facets)Sets theEdmFacetsof thisFunctionImportParameterPropertyProperty. setFacets(EdmFacets facets)SimplePropertySimpleProperty. setFacets(EdmFacets facets)
-