public static enum StepGeneratorFactory.StepType extends java.lang.Enum<StepGeneratorFactory.StepType>
Enum Constant and Description |
---|
CYLINDRICAL
steps with spatially varying length
|
FIXEDLENGTH |
SPATIALLYVARYING
fixed length steep generator
|
Modifier and Type | Method and Description |
---|---|
static StepGeneratorFactory.StepType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StepGeneratorFactory.StepType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StepGeneratorFactory.StepType FIXEDLENGTH
public static final StepGeneratorFactory.StepType SPATIALLYVARYING
public static final StepGeneratorFactory.StepType CYLINDRICAL
public static StepGeneratorFactory.StepType[] values()
for (StepGeneratorFactory.StepType c : StepGeneratorFactory.StepType.values()) System.out.println(c);
public static StepGeneratorFactory.StepType 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