Available methods for OCL base types
Summary of available OCL methods
- general methods
- base64binary
- date and datetime
- double / decimal
- <>, =, >=, <=, <, >
- *, /, -, +, % (or mod)
- round
- floor
- min
- max
- abs
- integer
- =, <>, >=, <=, <, >
- *, /, -, +, % (or mod)
- max
- min
- div
- abs
- string
- =
- <>
- encodeBase64
- trim
- split
- startsWith
- contains
- matches
- lastIndexOf
- isOnlyChars
- isNumeric
- indexOf
- isValidDate
- isValidCreditorIdentifierEPC
- isValidReference('FI')
- isValidIBAN
- isValidRF
- isValidCurrencyCode
- isValidCountryCode
- equalsIgnoreCase
- endsWith
- compareToIgnoreCase
- compareTo
- charAt
- toDate
- toReal
- toInteger
- toUpper
- toLower
- size
- concat
- substring
- boolean
- Collections