Interface IPrimitiveDatatype<T>

All Superinterfaces:
IBase, IBaseDatatype, IDatatype, IElement, IPrimitiveType<T>, Serializable
All Known Implementing Classes:
Base64BinaryDt, BaseDateTimeDt, BasePrimitive, BooleanDt, BoundCodeDt, CodeDt, DateDt, DateParam.DateParamDateTimeHolder, DateTimeDt, DecimalDt, IdDt, InstantDt, IntegerDt, MarkdownDt, OidDt, PositiveIntDt, StringDt, TimeDt, UnsignedIntDt, UriDt, XhtmlDt

public interface IPrimitiveDatatype<T> extends IDatatype, IPrimitiveType<T>