AbstractMask |
Abstract class to simplify mask implementations.
|
AbstractSubstringMask |
Abstract mask class to parse the following optional parameters.
|
DatePattern |
This mask applies a date format with a specific pattern to a date(time) value.
|
FirstToUpperCase |
This mask converts the first character of a string to upper case and the rest of the string to lowercase.
|
HexadecimalInteger |
Mask to convert an IntegerValue to hexadecimal notation.
|
NumberPattern |
This mask applies a number format with a specific pattern to an numerical value.
|
OctalInteger |
Mask to convert an IntegerValue to octal notation.
|
OrdinalNumber |
Mask to create an ordinal number (dutch: rangtelwoord) for an integer value.
|
RegularExpression |
Mask which replaces each substring of a string value that matches a given regular expression with the given
replacement.
|
RomanInteger |
Mask to convert an IntegerValue to roman notation.
|
SetCase |
Mask to lower/upper case a string value.
|
SpelledBoolean |
Mask to spell a week day of a boolean value.
|
SpelledCurrency |
Mask to spell a Currency object.
|
SpelledDayOfWeek |
Mask to spell a week day of an integer value.
|
SpelledDeltaDate |
This mask returns a user friendly representation of the delta of a date with today.
|
SpelledInteger |
Mask to spell an IntegerValue object.
|
SpelledMonth |
Mask to spell a month of an integer value.
|
SpelledNumber |
Mask to spell a NumberValue object.
|