public static enum TimePointFactory.EpochName extends Enum<TimePointFactory.EpochName>
| Enum Constant and Description |
|---|
MILLENIUM_EPOCH_2000 |
TP_FACTORY_INIT_STAMP |
UNIX_EPOCH_1970 |
| Modifier and Type | Method and Description |
|---|---|
static TimePointFactory.EpochName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimePointFactory.EpochName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimePointFactory.EpochName UNIX_EPOCH_1970
public static final TimePointFactory.EpochName MILLENIUM_EPOCH_2000
public static final TimePointFactory.EpochName TP_FACTORY_INIT_STAMP
public static TimePointFactory.EpochName[] values()
for (TimePointFactory.EpochName c : TimePointFactory.EpochName.values()) System.out.println(c);
public static TimePointFactory.EpochName 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 © 2010-2016. All Rights Reserved.