Package com.ibm.dse.base.types.ext

Class Summary
DateConverter Converter for business objects of Type Date
DatePropertyDescriptor PropertyDescriptor for business objects of Type Date
DateValidator Validator for business objects of Type Date
DoublePropertyDescriptor PropertyDescriptor for business objects of Type Double
DoubleValidator Validator for business objects of Type Float
FloatConverter Converter for business objects of Type Float or Double .
FloatPropertyDescriptor PropertyDescriptor for business objects of Type Float
FloatValidator Validator for business objects of Type Float
IntegerConverter Converter for business objects of Type Integer or Long.
IntegerPropertyDescriptor PropertyDescriptor for business objects of Type Integer
IntegerStringValidator Validator for business objects of Type String that must be a given number of digits.
IntegerValidator Validator for business objects of Type Integer
NumericStringConverter Converter for business objects of Numeric Type, to convert them into strings, using the java.text.DecimalFormat initialized by attributes of this class.
StringConverter Converter for business objects of Type String
StringPropertyDescriptor PropertyDescriptor for business objects of Type String
StringValidator Validator for business objects of Type String
TimeConverter Converter for business objects of Type Date