public static enum RadiusData.EnumType extends java.lang.Enum<RadiusData.EnumType>
Modifier and Type | Method and Description |
---|---|
static RadiusData.EnumType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RadiusData.EnumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RadiusData.EnumType ABSOLUTE
public static final RadiusData.EnumType OFFSET
public static final RadiusData.EnumType FACTOR
public static final RadiusData.EnumType SCREEN
public static RadiusData.EnumType[] values()
for (RadiusData.EnumType c : RadiusData.EnumType.values()) System.out.println(c);
public static RadiusData.EnumType 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 null