public static enum ScenarioInstance.Ranking extends Enum<ScenarioInstance.Ranking>
| Modifier and Type | Method and Description |
|---|---|
static ScenarioInstance.Ranking |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScenarioInstance.Ranking[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScenarioInstance.Ranking LOW
public static final ScenarioInstance.Ranking MEDIUM
public static final ScenarioInstance.Ranking HIGH
public static ScenarioInstance.Ranking[] values()
for (ScenarioInstance.Ranking c : ScenarioInstance.Ranking.values()) System.out.println(c);
public static ScenarioInstance.Ranking 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 nullCopyright © 2005–2018 Alfresco Software. All rights reserved.