public static enum NewStructureTemplateStep.Direction extends Enum<NewStructureTemplateStep.Direction>
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isBack()  | 
static NewStructureTemplateStep.Direction | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static NewStructureTemplateStep.Direction[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final NewStructureTemplateStep.Direction FORWARD
public static final NewStructureTemplateStep.Direction BACK
public static NewStructureTemplateStep.Direction[] values()
for (NewStructureTemplateStep.Direction c : NewStructureTemplateStep.Direction.values()) System.out.println(c);
public static NewStructureTemplateStep.Direction 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 boolean isBack()
Copyright © 2020 ALM Works. All Rights Reserved.