An enumeration is a set of named constants whose underlying type is any integral type. If no underlying type is explicitly declared, Integer is used.
Name | Value | Description |
---|---|---|
cpiCodeAll | 0 | |
cpiCodeIs | 1 | |
cpiCodeContains | 2 | |
cpiCodeStartsWith | 3 | |
cpiCodeEndsWith | 4 | |
cpiTextIs | 5 | |
cpiTextContains | 6 | |
cpiTextStartsWith | 7 | |
cpiTextEndsWith | 8 | |
cpiTextAnyWord | 9 | |
cpiTextAllWords | 10 |