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

Packages that use CashBoxCleanlinessEnum
com.meiglobal.ebds.api.event   
com.meiglobal.ebds.api.pub   
 

Uses of CashBoxCleanlinessEnum in com.meiglobal.ebds.api.event
 

Methods in com.meiglobal.ebds.api.event that return CashBoxCleanlinessEnum
 CashBoxCleanlinessEnum CashBoxCleanlinessDetected.getValue()
          Informs the result of the download.
 

Constructors in com.meiglobal.ebds.api.event with parameters of type CashBoxCleanlinessEnum
CashBoxCleanlinessDetected(java.lang.Object source, CashBoxCleanlinessEnum value)
          Constructor
 

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

Methods in com.meiglobal.ebds.api.pub that return CashBoxCleanlinessEnum
static CashBoxCleanlinessEnum CashBoxCleanlinessEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CashBoxCleanlinessEnum[] CashBoxCleanlinessEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.