Modifier and Type | Method and Description |
---|---|
static State |
State.getDefault()
Returns the default state, i.e., the state which should be assigned to
constraints by default.
|
State |
Assignment.getState()
isTrue()
|
State |
Constraint.getState() |
static State |
State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.util.Map.Entry<State,java.lang.String>> |
ConstraintTemplate.getStateMessages() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ConstraintDefinition.getStateMessage(State state)
branchAt
|
java.lang.String |
ConstraintTemplate.getStateMessage(State state) |
void |
Assignment.setState(State state) |
void |
Constraint.setState(State state) |
void |
ConstraintTemplate.setStateMessage(State state,
java.lang.String message) |