|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Status | |
---|---|
net.obsearch | Provides the main interfaces of OBSearch. |
Uses of Status in net.obsearch |
---|
Methods in net.obsearch that return Status | |
---|---|
Status |
OperationStatus.getStatus()
|
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.obsearch with parameters of type Status | |
---|---|
void |
OperationStatus.setStatus(Status status)
|
Constructors in net.obsearch with parameters of type Status | |
---|---|
OperationStatus(Status status)
Initializes the object with the given status and an id of -1 |
|
OperationStatus(Status status,
int id)
Creates a new status object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |