Uses of Class
de.msponer.android.yac.model.State

Packages that use State
de.msponer.android.yac.model This package contains YAC model class(es) and enumerations. 
 

Uses of State in de.msponer.android.yac.model
 

Methods in de.msponer.android.yac.model that return State
 State MobileWorkItem.getState()
          Returns the state.
static State State.valueOf(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 are declared.
 

Methods in de.msponer.android.yac.model with parameters of type State
 void MobileWorkItem.setState(State state)
          Sets the state.