Uses of Class
com.meiglobal.ebds.api.pub.State

Packages that use State
com.meiglobal.ebds.api   
com.meiglobal.ebds.api.pub   
 

Uses of State in com.meiglobal.ebds.api
 

Methods in com.meiglobal.ebds.api that return State
 State Acceptor.getDeviceState()
          Current device state.
 

Uses of State in com.meiglobal.ebds.api.pub
 

Methods in com.meiglobal.ebds.api.pub that return State
 State Acceptor.getDeviceState()
          Deprecated. Informs the currrent device state.
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 are declared.