public enum AccuRevCapability extends Enum<AccuRevCapability>
Enum Constant and Description |
---|
DIFF_BETWEEN_STREAMS |
POPULATE_TO_TRANSACTION |
STAT_ADDED_NOT_PROMOTED_BUG |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_VERSION_FOR_TESTS |
Modifier and Type | Method and Description |
---|---|
boolean |
isSupported(String version) |
static AccuRevCapability |
valueOf(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 String DEFAULT_VERSION_FOR_TESTS
public static AccuRevCapability[] values()
for (AccuRevCapability c : AccuRevCapability.values()) System.out.println(c);
public static AccuRevCapability 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 boolean isSupported(String version)
version
- Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.