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

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

Uses of Orientation in com.meiglobal.ebds.api
 

Methods in com.meiglobal.ebds.api that return Orientation
 Orientation Acceptor.getEscrowOrientation()
          Returns the device's escrow orientation.
 

Methods in com.meiglobal.ebds.api with parameters of type Orientation
 int[] AuditContainer.getRecognizedData(Orientation orientation)
           
 int[] AuditContainer.getStackedData(Orientation orientation)
           
 int[] AuditContainer.getValidatedData(Orientation orientation)
           
 

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

Methods in com.meiglobal.ebds.api.pub that return Orientation
 Orientation Acceptor.getEscrowOrientation()
          Deprecated. Returns the device's escrow orientation.
static Orientation Orientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Orientation[] Orientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.