Runtime components : Core components : Typed data : Reference : Default implementation : Boolean
  
Boolean
The Boolean type extends BasicType and is used to represent a boolean type data. If input data is a string type value, the content of this value should be either "true" or "false", or "yes" or "no". The converter automatically converts "true" and "yes" to a true boolean value and "false" and "no" to false boolean value.
Attributes
Descriptor
ImplClass : com.ibm.btt.base.types.impl.SimplePropertyDescriptor
Converter
ImplClass : com.ibm.btt.base.types.impl.BooleanConverter
Validator
ImplClass : com.ibm.btt.base.types.impl.BooleanValidator
validValue (boolean)
Enter the boolean value you expect. This parameter is optional.
Go up to
Default implementation