| Package | Description |
|---|---|
| de.aristaflow.adept2.model.globals |
The globals packages provides commonly used variables and enums.
|
| Modifier and Type | Method and Description |
|---|---|
static ActivityConstants.TestMode |
ActivityConstants.TestMode.valueOf(int code) |
static ActivityConstants.TestMode |
ActivityConstants.TestMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActivityConstants.TestMode[] |
ActivityConstants.TestMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|