Runtime components : Core components : Typed data : Reference : Default implementation : String
  
String
The String type extends BasicType and is used for general string-based input.
Attributes
Descriptor
ImplClass: com.ibm.btt.base.types.impl.SimplePropertyDescriptor
Converter
ImplClass: com.ibm.btt.base.types.impl.StringConverter
Validator
ImplClass: com.ibm.btt.base.types.impl.StringValidator
minimumLength (int)
Is the minimum length of characters for an input of this type to be valid.
maximumLength (int)
Is the maximum length of characters for an input of this type to be valid.
regExp (string)
Is a regular expression string that is used to match the input string for validation. For example, the regExp="\d{10}" regular expression will validate whether the input string is 10 numbers.
Go up to
Default implementation