public static enum EOPEntry.DtType extends Enum<EOPEntry.DtType>
| Enum Constant and Description |
|---|
UT1_TAI
dt represents UT1-TAI.
|
UT1_UTC
dt represents UT1-UTC.
|
| Modifier and Type | Method and Description |
|---|---|
static EOPEntry.DtType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EOPEntry.DtType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOPEntry.DtType UT1_TAI
public static final EOPEntry.DtType UT1_UTC
public static EOPEntry.DtType[] values()
for (EOPEntry.DtType c : EOPEntry.DtType.values()) System.out.println(c);
public static EOPEntry.DtType 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 © 2025 CNES. All rights reserved.