public static enum J2kCoordinateConversion.Opt extends Enum<J2kCoordinateConversion.Opt>
Modifier and Type | Method and Description |
---|---|
static J2kCoordinateConversion.Opt |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static J2kCoordinateConversion.Opt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final J2kCoordinateConversion.Opt e80
public static final J2kCoordinateConversion.Opt e96
public static final J2kCoordinateConversion.Opt e00a
public static final J2kCoordinateConversion.Opt e00b
public static J2kCoordinateConversion.Opt[] values()
for (J2kCoordinateConversion.Opt c : J2kCoordinateConversion.Opt.values()) System.out.println(c);
public static J2kCoordinateConversion.Opt 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 null