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