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