public static enum CandidateTablePruneCause.SkipUpdatePeriodCode extends Enum<CandidateTablePruneCause.SkipUpdatePeriodCode>
Enum Constant and Description |
---|
INVALID |
TIME_RANGE_NOT_ANSWERABLE_BY_UPDATE_PERIOD |
UPDATE_PERIOD_BIGGER_THAN_MAX |
Modifier and Type | Method and Description |
---|---|
static CandidateTablePruneCause.SkipUpdatePeriodCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CandidateTablePruneCause.SkipUpdatePeriodCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CandidateTablePruneCause.SkipUpdatePeriodCode INVALID
public static final CandidateTablePruneCause.SkipUpdatePeriodCode UPDATE_PERIOD_BIGGER_THAN_MAX
public static final CandidateTablePruneCause.SkipUpdatePeriodCode TIME_RANGE_NOT_ANSWERABLE_BY_UPDATE_PERIOD
public static CandidateTablePruneCause.SkipUpdatePeriodCode[] values()
for (CandidateTablePruneCause.SkipUpdatePeriodCode c : CandidateTablePruneCause.SkipUpdatePeriodCode.values()) System.out.println(c);
public static CandidateTablePruneCause.SkipUpdatePeriodCode 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 © 2014–2018 Apache Software Foundation. All rights reserved.