public enum AccuRevStat extends java.lang.Enum<AccuRevStat>
Enum Constant and Description |
---|
DEFUNCT |
EXTERNAL |
KEPT |
MISSING |
MODIFIED |
Modifier and Type | Field and Description |
---|---|
private java.util.regex.Pattern |
matchPattern |
private java.lang.String |
statArg |
Modifier and Type | Method and Description |
---|---|
java.util.regex.Pattern |
getMatchPattern() |
java.lang.String |
getStatArg() |
static AccuRevStat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccuRevStat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccuRevStat DEFUNCT
public static final AccuRevStat MODIFIED
public static final AccuRevStat KEPT
public static final AccuRevStat MISSING
public static final AccuRevStat EXTERNAL
private java.lang.String statArg
private java.util.regex.Pattern matchPattern
public static AccuRevStat[] values()
for (AccuRevStat c : AccuRevStat.values()) System.out.println(c);
public static AccuRevStat 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 nullpublic java.lang.String getStatArg()
public java.util.regex.Pattern getMatchPattern()