|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PatternTypeEnum | |
---|---|
biz.c24.io.api.data | Data Model super and utility classes. |
Uses of PatternTypeEnum in biz.c24.io.api.data |
---|
Fields in biz.c24.io.api.data declared as PatternTypeEnum | |
---|---|
static PatternTypeEnum |
PatternTypeEnum.CREST
Specifies the pattern is a C.R.E.S.T. pattern match. |
static PatternTypeEnum |
PatternTypeEnum.JAKARTA_ORO_AWK
Specifies the pattern is an apache jakarta-oro regular expression. |
static PatternTypeEnum |
PatternTypeEnum.JAKARTA_ORO_GLOB
Specifies the pattern is an apache jakarta-oro regular expression. |
static PatternTypeEnum |
PatternTypeEnum.JAKARTA_ORO_PERL5
Specifies the pattern is an apache jakarta-oro regular expression. |
static PatternTypeEnum |
PatternTypeEnum.JAKARTA_REGEXP
Specifies the pattern is an apache jakarta regular expression. |
static PatternTypeEnum |
PatternTypeEnum.JAVA_REGEX
Specifies the pattern is a Java regular expression. |
static PatternTypeEnum |
PatternTypeEnum.SCHEMA
Specifies the pattern is a W3C schema regular expression. |
static PatternTypeEnum |
PatternTypeEnum.SWIFT
Specifies the pattern is a S.W.I.F.T. pattern match. |
Methods in biz.c24.io.api.data that return PatternTypeEnum | |
---|---|
static PatternTypeEnum[] |
PatternTypeEnum.getEnumArray()
Returns an array containing the members of this enumeration. |
static PatternTypeEnum |
PatternTypeEnum.getEnumValue(String name)
Returns the enumeration value called name . |
PatternTypeEnum |
DataType.getPatternType()
Returns the syntax of the pattern. |
Methods in biz.c24.io.api.data with parameters of type PatternTypeEnum | |
---|---|
RegExpEvaluator |
ValidationManager.getCachedRegExpEvaluator(PatternTypeEnum patternTypeEnum,
String patternMatch)
Returns an instance of the Pattern and caching it |
void |
DataType.setPatternType(PatternTypeEnum patternType)
Sets the type of pattern match. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |