biz.c24.io.api.data
Class PatternTypeEnum

java.lang.Object
  extended by biz.c24.io.api.data.PatternTypeEnum
All Implemented Interfaces:
Serializable

public final class PatternTypeEnum
extends Object
implements Serializable

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.

See Also:
Serialized Form

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

JAVA_REGEX

public static final PatternTypeEnum JAVA_REGEX
Specifies the pattern is a Java regular expression.

See Also:
Pattern

SWIFT

public static final PatternTypeEnum SWIFT
Specifies the pattern is a S.W.I.F.T. pattern match.


CREST

public static final PatternTypeEnum CREST
Specifies the pattern is a C.R.E.S.T. pattern match.


SCHEMA

public static final PatternTypeEnum SCHEMA
Specifies the pattern is a W3C schema regular expression.

See Also:
The W3C Schema Specification

JAKARTA_REGEXP

public static final PatternTypeEnum JAKARTA_REGEXP
Specifies the pattern is an apache jakarta regular expression.

See Also:
The Apache Jakarta Project

JAKARTA_ORO_AWK

public static final PatternTypeEnum JAKARTA_ORO_AWK
Specifies the pattern is an apache jakarta-oro regular expression.

See Also:
The Apache Jakarta Project

JAKARTA_ORO_GLOB

public static final PatternTypeEnum JAKARTA_ORO_GLOB
Specifies the pattern is an apache jakarta-oro regular expression.

See Also:
The Apache Jakarta Project

JAKARTA_ORO_PERL5

public static final PatternTypeEnum JAKARTA_ORO_PERL5
Specifies the pattern is an apache jakarta-oro regular expression.

See Also:
The Apache Jakarta Project
Method Detail

getName

public String getName()
Returns the name.

Returns:
The name.

toString

public String toString()
Returns the name.

Overrides:
toString in class Object
Returns:
The name.

getEnumArray

public static PatternTypeEnum[] getEnumArray()
Returns an array containing the members of this enumeration.

Returns:
The enumeration as an array.

getEnumValue

public static PatternTypeEnum getEnumValue(String name)
Returns the enumeration value called name.

Parameters:
name - The name of the enumeration value to return.
Returns:
The enumeration value or null if none was found.


C24 Technologies © 2002-2012: All Rights Reserved.