Uses of Class
org.ourgrid.common.fd.State

Packages that use State
org.ourgrid.common.fd   
org.ourgrid.common.gum   
 

Uses of State in org.ourgrid.common.fd
 

Methods in org.ourgrid.common.fd that return State
 State GenericState.basicState()
           
static State State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static State[] State.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.ourgrid.common.fd with parameters of type State
 void GenericState.setState(State state)
           
 

Constructors in org.ourgrid.common.fd with parameters of type State
GenericState(State state)
           
 

Uses of State in org.ourgrid.common.gum
 

Methods in org.ourgrid.common.gum that return State
 State GumStatus.basicState()
           
 

Constructors in org.ourgrid.common.gum with parameters of type State
GumStateFD(State basicState)
          A constructor to allow the creation a GumStateFD from a generic state