public static enum RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER extends Enum<RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER> implements RegexNameFinderFactory.RegexAble
Enum Constant and Description |
---|
DEGREES_MIN_SEC_LAT_LON |
EMAIL |
MGRS |
URL |
USA_PHONE_NUM |
Modifier and Type | Method and Description |
---|---|
static RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getRegexMap, getType
public static final RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER USA_PHONE_NUM
public static final RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER EMAIL
public static final RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER URL
public static final RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER MGRS
public static final RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER DEGREES_MIN_SEC_LAT_LON
public static RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER[] values()
for (RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER c : RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER.values()) System.out.println(c);
public static RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017 The Apache Software Foundation. All rights reserved.