public enum JulianDateType extends java.lang.Enum<JulianDateType>
Modifier and Type | Method and Description |
---|---|
static JulianDateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JulianDateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JulianDateType DATE
public static final JulianDateType MODIFIED
public static final JulianDateType REDUCED
public static final JulianDateType TRUNCATED
public static JulianDateType[] values()
for (JulianDateType c : JulianDateType.values()) System.out.println(c);
public static JulianDateType 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 nullAuthor: SMASH LAB - University of Calabria (UNICAL)