Uses of Interface
org.apache.olingo.odata2.api.edm.EdmSimpleType
-
Packages that use EdmSimpleType Package Description org.apache.olingo.odata2.api.edm Entity Data Model APIorg.apache.olingo.odata2.api.rt Runtime Support -
-
Uses of EdmSimpleType in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return EdmSimpleType Modifier and Type Method Description EdmSimpleTypeEdmSimpleTypeFacade. getEdmSimpleTypeInstance(EdmSimpleTypeKind typeKind)IMPORTANT: UseEdmSimpleTypeKind.getEdmSimpleTypeInstance()for the application development.EdmSimpleTypeEdmSimpleTypeKind. getEdmSimpleTypeInstance()Returns an instance for thisEdmSimpleTypeKindin the form ofEdmSimpleType.EdmSimpleTypeEdmLiteral. getType()Gets the simple type of the literal.Methods in org.apache.olingo.odata2.api.edm with parameters of type EdmSimpleType Modifier and Type Method Description booleanEdmSimpleType. isCompatible(EdmSimpleType simpleType)Checks type compatibility.Constructors in org.apache.olingo.odata2.api.edm with parameters of type EdmSimpleType Constructor Description EdmLiteral(EdmSimpleType type, String literal)Creates anEdmLiteralobject out of the simple type and the literal string. -
Uses of EdmSimpleType in org.apache.olingo.odata2.api.rt
Methods in org.apache.olingo.odata2.api.rt that return EdmSimpleType Modifier and Type Method Description static EdmSimpleTypeRuntimeDelegate. getEdmSimpleType(EdmSimpleTypeKind edmSimpleTypeKind)Returns a simple type object for given type kind.protected abstract EdmSimpleTypeRuntimeDelegate.RuntimeDelegateInstance. getEdmSimpleType(EdmSimpleTypeKind edmSimpleTypeKind)
-