public static enum AngleColumnConverter.Unit extends Enum<AngleColumnConverter.Unit>
Enum Constant and Description |
---|
ARCMIN
Arcminute.
|
ARCSEC
Arcsecond.
|
DEGREE
Degree.
|
HOUR
Hour.
|
RADIAN
Radian.
|
Modifier and Type | Method and Description |
---|---|
static AngleColumnConverter.Unit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AngleColumnConverter.Unit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AngleColumnConverter.Unit DEGREE
public static final AngleColumnConverter.Unit HOUR
public static final AngleColumnConverter.Unit ARCMIN
public static final AngleColumnConverter.Unit ARCSEC
public static final AngleColumnConverter.Unit RADIAN
public static AngleColumnConverter.Unit[] values()
for (AngleColumnConverter.Unit c : AngleColumnConverter.Unit.values()) System.out.println(c);
public static AngleColumnConverter.Unit 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 © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.