public static enum ExtensionTable.View extends Enum<ExtensionTable.View>
| Enum Constant and Description |
|---|
DELTA_OLD
DELTA_OLD
|
EXTENSION_OLD
EXTENSION_OLD
|
EXTENSION_THIS
EXTENSION_THIS
|
TOTAL
TOTAL
|
| Modifier and Type | Method and Description |
|---|---|
static ExtensionTable.View |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionTable.View[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtensionTable.View EXTENSION_THIS
public static final ExtensionTable.View EXTENSION_OLD
public static final ExtensionTable.View DELTA_OLD
public static final ExtensionTable.View TOTAL
public static ExtensionTable.View[] values()
for (ExtensionTable.View c : ExtensionTable.View.values()) System.out.println(c);
public static ExtensionTable.View 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 nullCopyright © 2017. All Rights Reserved.