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