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