| Package | Description |
|---|---|
| csbase.logic |
| Modifier and Type | Method and Description |
|---|---|
SGASet.Status |
SGASet.getStatus()
Retorna qual o estado do SGA: acessível, inacessível, reservado ou sem
acesso ao disco.
|
static SGASet.Status |
SGASet.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SGASet.Status[] |
SGASet.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
SGASet.Status.getIndex(Enum<SGASet.Status> constantToFind)
Retorna o índice da constante no array 'values', ou -1 se não encontrada.
|
Copyright © 2020. All rights reserved.