public enum ScenarioSimulationI18nServerMessage extends Enum<ScenarioSimulationI18nServerMessage>
| Enum Constant and Description |
|---|
SCENARIO_VALIDATION_FIELD_ADDED_CONSTRAINT_ERROR |
SCENARIO_VALIDATION_FIELD_CHANGED_ERROR |
SCENARIO_VALIDATION_FIELD_REMOVED_CONSTRAINT_ERROR |
SCENARIO_VALIDATION_NODE_CHANGED_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static ScenarioSimulationI18nServerMessage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScenarioSimulationI18nServerMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScenarioSimulationI18nServerMessage SCENARIO_VALIDATION_NODE_CHANGED_ERROR
public static final ScenarioSimulationI18nServerMessage SCENARIO_VALIDATION_FIELD_CHANGED_ERROR
public static final ScenarioSimulationI18nServerMessage SCENARIO_VALIDATION_FIELD_ADDED_CONSTRAINT_ERROR
public static final ScenarioSimulationI18nServerMessage SCENARIO_VALIDATION_FIELD_REMOVED_CONSTRAINT_ERROR
public static ScenarioSimulationI18nServerMessage[] values()
for (ScenarioSimulationI18nServerMessage c : ScenarioSimulationI18nServerMessage.values()) System.out.println(c);
public static ScenarioSimulationI18nServerMessage 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 © 2001–2021 JBoss by Red Hat. All rights reserved.