Runtime components : Core components : Typed data : Reference : Default implementation : BasicType
  
BasicType
BasicType is the base type from which all other types extend. It is also the new recommended type to be used for extending custom, project-specific types.
Attributes
Descriptor
ImplClass : com.ibm.btt.base.types.impl.BasePropertyDescriptor
Converter
ImplClass : com.ibm.btt.base.types.impl.BaseConverter
Validator
ImplClass : com.ibm.btt.base.types.impl.BaseValidator
isMandatory (boolean)
If true, the end user must provide a value to the data field managed by this type before submitting any request. All subclasses of this type support the isMandatory parameter.
Go up to
Default implementation