Uses of Class
net.obsearch.Status

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.
 



Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.