Package | Description |
---|---|
agi.foundation.access |
Contains types used in performing access calculations.
|
Modifier and Type | Method and Description |
---|---|
static AccessConstraintSource |
AccessConstraintSource.getDefault()
Get the enum constant that is considered to be the default.
|
static AccessConstraintSource |
AccessConstraintSource.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
AccessConstraintSource |
AccessConstraintEvaluationResult.getSource()
Gets the type or source of the constraint.
|
static AccessConstraintSource |
AccessConstraintSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessConstraintSource[] |
AccessConstraintSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|