public static enum GcRule.RuleCase extends java.lang.Enum<GcRule.RuleCase> implements Internal.EnumLite
Enum Constant and Description |
---|
INTERSECTION |
MAX_AGE |
MAX_NUM_VERSIONS |
RULE_NOT_SET |
UNION |
Modifier and Type | Method and Description |
---|---|
static GcRule.RuleCase |
forNumber(int value) |
int |
getNumber() |
static GcRule.RuleCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GcRule.RuleCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GcRule.RuleCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GcRule.RuleCase MAX_NUM_VERSIONS
public static final GcRule.RuleCase MAX_AGE
public static final GcRule.RuleCase INTERSECTION
public static final GcRule.RuleCase UNION
public static final GcRule.RuleCase RULE_NOT_SET
public static GcRule.RuleCase[] values()
for (GcRule.RuleCase c : GcRule.RuleCase.values()) System.out.println(c);
public static GcRule.RuleCase valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Deprecated public static GcRule.RuleCase valueOf(int value)
forNumber(int)
instead.public static GcRule.RuleCase forNumber(int value)
public int getNumber()
getNumber
in interface Internal.EnumLite