Class AbstractSimpleType

java.lang.Object
org.apache.olingo.odata2.core.edm.AbstractSimpleType
All Implemented Interfaces:
EdmNamed, EdmSimpleType, EdmType
Direct Known Subclasses:
Bit, EdmBinary, EdmBoolean, EdmByte, EdmDateTime, EdmDateTimeOffset, EdmDecimal, EdmDouble, EdmGuid, EdmInt16, EdmInt32, EdmInt64, EdmNull, EdmSByte, EdmSingle, EdmString, EdmTime, Uint7

public abstract class AbstractSimpleType extends Object implements EdmSimpleType
Abstract implementation of the EDM simple-type interface.