public enum AccuRevCapability extends java.lang.Enum<AccuRevCapability>
Enum Constant and Description |
---|
DIFF_BETWEEN_STREAMS |
POPULATE_TO_TRANSACTION |
STAT_ADDED_NOT_PROMOTED_BUG |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_VERSION_FOR_TESTS |
private java.lang.String |
fromVersion |
private java.lang.String |
toVersion |
Modifier and Type | Method and Description |
---|---|
boolean |
isSupported(java.lang.String version) |
static AccuRevCapability |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccuRevCapability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccuRevCapability DIFF_BETWEEN_STREAMS
public static final AccuRevCapability POPULATE_TO_TRANSACTION
public static final AccuRevCapability STAT_ADDED_NOT_PROMOTED_BUG
public static final java.lang.String DEFAULT_VERSION_FOR_TESTS
private java.lang.String fromVersion
private java.lang.String toVersion
public static AccuRevCapability[] values()
for (AccuRevCapability c : AccuRevCapability.values()) System.out.println(c);
public static AccuRevCapability 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 boolean isSupported(java.lang.String version)
version
-