Uses of Class
com.tootsville.npc.DinerDiner.State

Packages that use DinerDiner.State
com.tootsville.npc   
 

Uses of DinerDiner.State in com.tootsville.npc
 

Fields in com.tootsville.npc declared as DinerDiner.State
private  DinerDiner.State DinerDiner.state
          State, see DinerDiner.State
 

Methods in com.tootsville.npc that return DinerDiner.State
 DinerDiner.State DinerDiner.getState()
           
static DinerDiner.State DinerDiner.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DinerDiner.State[] DinerDiner.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.tootsville.npc with parameters of type DinerDiner.State
 void DinerDiner.setState(DinerDiner.State newState)