public enum TransitionDefaultMinimumObjectSize extends Enum<TransitionDefaultMinimumObjectSize>
Enum Constant and Description |
---|
ALL_STORAGE_CLASSES_128K |
VARIES_BY_STORAGE_CLASS |
Modifier and Type | Method and Description |
---|---|
static TransitionDefaultMinimumObjectSize |
parseTransitionDefaultMinimumObjectSize(String str) |
String |
toString() |
static TransitionDefaultMinimumObjectSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitionDefaultMinimumObjectSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransitionDefaultMinimumObjectSize VARIES_BY_STORAGE_CLASS
public static final TransitionDefaultMinimumObjectSize ALL_STORAGE_CLASSES_128K
public static TransitionDefaultMinimumObjectSize[] values()
for (TransitionDefaultMinimumObjectSize c : TransitionDefaultMinimumObjectSize.values()) System.out.println(c);
public static TransitionDefaultMinimumObjectSize 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 toString()
toString
in class Enum<TransitionDefaultMinimumObjectSize>
public static TransitionDefaultMinimumObjectSize parseTransitionDefaultMinimumObjectSize(String str)