public enum AccuRevStat extends Enum<AccuRevStat>
Enum Constant and Description |
---|
DEFUNCT |
EXTERNAL |
KEPT |
MISSING |
MODIFIED |
Modifier and Type | Method and Description |
---|---|
Pattern |
getMatchPattern() |
String |
getStatArg() |
static AccuRevStat |
valueOf(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
public static AccuRevStat[] values()
for (AccuRevStat c : AccuRevStat.values()) System.out.println(c);
public static AccuRevStat 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 nullpublic String getStatArg()
public Pattern getMatchPattern()
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.