Uses of Class
edu.nrao.sss.util.EventSetStatus

Packages that use EventSetStatus
edu.nrao.sss.util Utility classes that are independent of any particular data model. 
 

Uses of EventSetStatus in edu.nrao.sss.util
 

Methods in edu.nrao.sss.util that return EventSetStatus
static EventSetStatus EventSetStatus.createFrom(EventSetStatus... componentStatuses)
          Uses the componentStatuses to derive a single EventSetStatus.
static EventSetStatus EventSetStatus.createFrom(EventStatus... componentStatuses)
          Uses the componentStatuses to derive an EventSetStatus.
static EventSetStatus EventSetStatus.fromString(String text)
          Returns the status represented by text.
static EventSetStatus EventSetStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EventSetStatus[] EventSetStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.util with parameters of type EventSetStatus
static EventSetStatus EventSetStatus.createFrom(EventSetStatus... componentStatuses)
          Uses the componentStatuses to derive a single EventSetStatus.
 



Copyright © 2009. All Rights Reserved.