| Package | Description | 
|---|---|
| agi.foundation.access | 
 Contains types used in performing access calculations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AccessEventTimes | 
AccessEventTimes.getDefault()
Get the enum constant that is considered to be the default. 
 | 
AccessEventTimes | 
AccessComputation.getEventTimes()
Gets the manner in which event times are to be reported. 
 | 
static AccessEventTimes | 
AccessEventTimes.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static AccessEventTimes | 
AccessEventTimes.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AccessEventTimes[] | 
AccessEventTimes.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AccessComputation.setEventTimes(AccessEventTimes value)
Sets the manner in which event times are to be reported. 
 |