Package | Description |
---|---|
fr.inria.tea.ssme.polychrony |
Modifier and Type | Field and Description |
---|---|
static java.util.List<ExitStatus> |
ExitStatus.VALUES |
Modifier and Type | Method and Description |
---|---|
static ExitStatus |
ExitStatus.get(int value) |
static ExitStatus |
ExitStatus.get(java.lang.String literal) |
static ExitStatus |
ExitStatus.getByName(java.lang.String name) |
static ExitStatus |
ExitStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExitStatus[] |
ExitStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|