Package | Description |
---|---|
org.processmining.servicelevelagreements.models.constraint |
Modifier and Type | Method and Description |
---|---|
ConstraintType |
Constraint.getType() |
static ConstraintType |
ConstraintType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintType[] |
ConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Constraint |
Constraint.Factory.construct(ConstraintType type) |
void |
Constraint.setType(ConstraintType type) |