protected static enum RegexpExpander.PrefixSuffixStatus extends java.lang.Enum<RegexpExpander.PrefixSuffixStatus>
Modifier and Type | Method and Description |
---|---|
static RegexpExpander.PrefixSuffixStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegexpExpander.PrefixSuffixStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegexpExpander.PrefixSuffixStatus NONE
public static final RegexpExpander.PrefixSuffixStatus PREFIX
public static final RegexpExpander.PrefixSuffixStatus SUFFIX
public static final RegexpExpander.PrefixSuffixStatus BOTH
public static final RegexpExpander.PrefixSuffixStatus REJECTED
public static RegexpExpander.PrefixSuffixStatus[] values()
for (RegexpExpander.PrefixSuffixStatus c : RegexpExpander.PrefixSuffixStatus.values()) System.out.println(c);
public static RegexpExpander.PrefixSuffixStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2013 Dassault Systèmes, All Rights Reserved.