|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.PatternTypeEnum
public final class PatternTypeEnum
An enumeration of the valid pattern types.
A pattern type defines the syntax of the pattern i.e. what type of processor should be used to match it.
Field Summary | |
---|---|
static PatternTypeEnum |
CREST
Specifies the pattern is a C.R.E.S.T. pattern match. |
static PatternTypeEnum |
JAKARTA_ORO_AWK
Specifies the pattern is an apache jakarta-oro regular expression. |
static PatternTypeEnum |
JAKARTA_ORO_GLOB
Specifies the pattern is an apache jakarta-oro regular expression. |
static PatternTypeEnum |
JAKARTA_ORO_PERL5
Specifies the pattern is an apache jakarta-oro regular expression. |
static PatternTypeEnum |
JAKARTA_REGEXP
Specifies the pattern is an apache jakarta regular expression. |
static PatternTypeEnum |
JAVA_REGEX
Specifies the pattern is a Java regular expression. |
static PatternTypeEnum |
SCHEMA
Specifies the pattern is a W3C schema regular expression. |
static PatternTypeEnum |
SWIFT
Specifies the pattern is a S.W.I.F.T. pattern match. |
Method Summary | |
---|---|
static PatternTypeEnum[] |
getEnumArray()
Returns an array containing the members of this enumeration. |
static PatternTypeEnum |
getEnumValue(String name)
Returns the enumeration value called name . |
String |
getName()
Returns the name. |
String |
toString()
Returns the name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PatternTypeEnum JAVA_REGEX
Pattern
public static final PatternTypeEnum SWIFT
public static final PatternTypeEnum CREST
public static final PatternTypeEnum SCHEMA
public static final PatternTypeEnum JAKARTA_REGEXP
public static final PatternTypeEnum JAKARTA_ORO_AWK
public static final PatternTypeEnum JAKARTA_ORO_GLOB
public static final PatternTypeEnum JAKARTA_ORO_PERL5
Method Detail |
---|
public String getName()
public String toString()
toString
in class Object
public static PatternTypeEnum[] getEnumArray()
public static PatternTypeEnum getEnumValue(String name)
name
.
name
- The name of the enumeration value to return.
null
if none was found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |