public static enum LatDrawer.RadioButtonType extends java.lang.Enum<LatDrawer.RadioButtonType>
Enum Constant and Description |
---|
FIL |
ID |
JDECOMP |
JI |
LC |
MDECOMP |
MI |
OFF |
UC |
Modifier and Type | Method and Description |
---|---|
static LatDrawer.RadioButtonType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LatDrawer.RadioButtonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LatDrawer.RadioButtonType OFF
public static final LatDrawer.RadioButtonType JI
public static final LatDrawer.RadioButtonType MI
public static final LatDrawer.RadioButtonType UC
public static final LatDrawer.RadioButtonType LC
public static final LatDrawer.RadioButtonType ID
public static final LatDrawer.RadioButtonType FIL
public static final LatDrawer.RadioButtonType JDECOMP
public static final LatDrawer.RadioButtonType MDECOMP
public static LatDrawer.RadioButtonType[] values()
for (LatDrawer.RadioButtonType c : LatDrawer.RadioButtonType.values()) System.out.println(c);
public static LatDrawer.RadioButtonType 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 nullCopyright 2003 Ralph Freese. All Rights Reserved.