Uses of Class
org.apache.olingo.odata2.api.edm.EdmLiteralKind
-
Packages that use EdmLiteralKind Package Description 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 Modifier and Type Method Description static EdmLiteralKindEdmLiteralKind. 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 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.
-