Uses of Interface
org.apache.olingo.odata2.api.edm.EdmSimpleType
Packages that use EdmSimpleType
Package
Description
Entity Data Model API
Runtime Support
-
Uses of EdmSimpleType in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return EdmSimpleTypeModifier and TypeMethodDescriptionEdmSimpleTypeFacade.getEdmSimpleTypeInstance(EdmSimpleTypeKind typeKind) IMPORTANT: UseEdmSimpleTypeKind.getEdmSimpleTypeInstance()for the application development.EdmSimpleTypeKind.getEdmSimpleTypeInstance()Returns an instance for thisEdmSimpleTypeKindin the form ofEdmSimpleType.EdmLiteral.getType()Gets the simple type of the literal.Methods in org.apache.olingo.odata2.api.edm with parameters of type EdmSimpleTypeModifier and TypeMethodDescriptionbooleanEdmSimpleType.isCompatible(EdmSimpleType simpleType) Checks type compatibility.Constructors in org.apache.olingo.odata2.api.edm with parameters of type EdmSimpleTypeModifierConstructorDescriptionEdmLiteral(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 EdmSimpleTypeModifier and TypeMethodDescriptionstatic EdmSimpleTypeRuntimeDelegate.getEdmSimpleType(EdmSimpleTypeKind edmSimpleTypeKind) Returns a simple type object for given type kind.protected abstract EdmSimpleTypeRuntimeDelegate.RuntimeDelegateInstance.getEdmSimpleType(EdmSimpleTypeKind edmSimpleTypeKind) -
Uses of EdmSimpleType in org.apache.olingo.odata2.core.edm
Classes in org.apache.olingo.odata2.core.edm that implement EdmSimpleTypeModifier and TypeClassDescriptionclassAbstract implementation of the EDM simple-type interface.classImplementation of the internal simple type Bit.classImplementation of the EDM simple type Binary.classImplementation of the EDM simple type Boolean.classImplementation of the EDM simple type Byte.classImplementation of the EDM simple type DateTime.classImplementation of the EDM simple type DateTimeOffset.classImplementation of the EDM simple type Decimal.classImplementation of the EDM simple type Double.classImplementation of the EDM simple type Guid.classImplementation of the EDM simple type Int16.classImplementation of the EDM simple type Int32.classImplementation of the EDM simple type Int64.classImplementation of the simple type Null.classImplementation of the EDM simple type SByte.classImplementation of the EDM simple type Single.classImplementation of the EDM simple type String.classImplementation of the EDM simple type Time.classImplementation of the internal simple type "unsigned 7-bit integer".Methods in org.apache.olingo.odata2.core.edm that return EdmSimpleTypeModifier and TypeMethodDescriptionstatic EdmSimpleTypeEdmSimpleTypeFacadeImpl.getEdmSimpleType(EdmSimpleTypeKind typeKind) EdmSimpleTypeFacadeImpl.getEdmSimpleTypeInstance(EdmSimpleTypeKind typeKind) static EdmSimpleTypeEdmSimpleTypeFacadeImpl.getInternalEdmSimpleTypeByString(String edmSimpleType) Methods in org.apache.olingo.odata2.core.edm with parameters of type EdmSimpleTypeModifier and TypeMethodDescriptionbooleanAbstractSimpleType.isCompatible(EdmSimpleType simpleType) booleanEdmBoolean.isCompatible(EdmSimpleType simpleType) booleanEdmByte.isCompatible(EdmSimpleType simpleType) booleanEdmDecimal.isCompatible(EdmSimpleType simpleType) booleanEdmDouble.isCompatible(EdmSimpleType simpleType) booleanEdmInt16.isCompatible(EdmSimpleType simpleType) booleanEdmInt32.isCompatible(EdmSimpleType simpleType) booleanEdmInt64.isCompatible(EdmSimpleType simpleType) booleanEdmSByte.isCompatible(EdmSimpleType simpleType) booleanEdmSingle.isCompatible(EdmSimpleType simpleType) booleanUint7.isCompatible(EdmSimpleType simpleType) -
Uses of EdmSimpleType in org.apache.olingo.odata2.core.rt
Methods in org.apache.olingo.odata2.core.rt that return EdmSimpleTypeModifier and TypeMethodDescriptionprotected EdmSimpleTypeRuntimeDelegateImpl.getEdmSimpleType(EdmSimpleTypeKind edmSimpleType) -
Uses of EdmSimpleType in org.apache.olingo.odata2.core.uri.expression
Methods in org.apache.olingo.odata2.core.uri.expression that return EdmSimpleTypeMethods in org.apache.olingo.odata2.core.uri.expression with parameters of type EdmSimpleTypeConstructors in org.apache.olingo.odata2.core.uri.expression with parameters of type EdmSimpleTypeModifierConstructorDescriptionParameterSet(EdmSimpleType returnType, EdmSimpleType type1, EdmSimpleType type2) ParameterSet(EdmSimpleType returnType, EdmSimpleType type1, EdmSimpleType type2, EdmSimpleType type3) ParameterSet(EdmType returnType, EdmSimpleType type1)