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