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

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

Uses of EventStatus in edu.nrao.sss.util
 

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

Methods in edu.nrao.sss.util that return types with arguments of type EventStatus
 EnumSet<EventStatus> EventStatus.validNextStatuses()
          Returns a set of status that are permitted to follow this status.
 

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



Copyright © 2009. All Rights Reserved.