public static enum IntentionalDiffLedger.Category extends Enum<IntentionalDiffLedger.Category>
| Enum Constant and Description |
|---|
EXPECTED_IDENTITY_ROTATION |
EXPECTED_PRESENTATION_DIFFERENCE |
EXPECTED_SEMANTIC_CORRECTION |
KNOWN_UNSUPPORTED_WITH_LOSS |
REGRESSION |
| Modifier and Type | Method and Description |
|---|---|
static IntentionalDiffLedger.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntentionalDiffLedger.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntentionalDiffLedger.Category EXPECTED_SEMANTIC_CORRECTION
public static final IntentionalDiffLedger.Category EXPECTED_PRESENTATION_DIFFERENCE
public static final IntentionalDiffLedger.Category EXPECTED_IDENTITY_ROTATION
public static final IntentionalDiffLedger.Category KNOWN_UNSUPPORTED_WITH_LOSS
public static final IntentionalDiffLedger.Category REGRESSION
public static IntentionalDiffLedger.Category[] values()
for (IntentionalDiffLedger.Category c : IntentionalDiffLedger.Category.values()) System.out.println(c);
public static IntentionalDiffLedger.Category 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 null