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