| Package | Description |
|---|---|
| de.aristaflow.adept2.model.common |
| Modifier and Type | Method and Description |
|---|---|
static RestrictionType |
RestrictionType.getTypeFor(java.lang.String token)
Returns the enum item for the given identifying token or
null if
the token in not recognised. |
static RestrictionType |
RestrictionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RestrictionType[] |
RestrictionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|