public static enum Steps.StepPosition extends Enum<Steps.StepPosition> implements HasCSSName, HasDefaultValue<Steps.StepPosition>
| Modifier and Type | Method and Description |
|---|---|
Steps.StepPosition |
getDefault() |
static Steps.StepPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Steps.StepPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcsspublic static final Steps.StepPosition START
public static final Steps.StepPosition END
public static Steps.StepPosition[] values()
for (Steps.StepPosition c : Steps.StepPosition.values()) System.out.println(c);
public static Steps.StepPosition valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final Steps.StepPosition getDefault()
getDefault in interface HasDefaultValue<Steps.StepPosition>Copyright © 2018 Xalys. All rights reserved.