static enum ScenarioImpl.CellRelation extends Enum<ScenarioImpl.CellRelation>
| Modifier and Type | Method and Description | 
|---|---|
static ScenarioImpl.CellRelation | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ScenarioImpl.CellRelation[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ScenarioImpl.CellRelation ABOVE
public static final ScenarioImpl.CellRelation EQUAL
public static final ScenarioImpl.CellRelation BELOW
public static final ScenarioImpl.CellRelation NONE
public static ScenarioImpl.CellRelation[] values()
for (ScenarioImpl.CellRelation c : ScenarioImpl.CellRelation.values()) System.out.println(c);
public static ScenarioImpl.CellRelation 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 null