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

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

Uses of OrientationControl in com.meiglobal.ebds.api
 

Methods in com.meiglobal.ebds.api that return OrientationControl
 OrientationControl Acceptor.getOrientationControl()
          Informs the device's orientation control.
 OrientationControl Acceptor.getOrientationCtlExt()
          Informs the device's orientation control ext.
 

Methods in com.meiglobal.ebds.api with parameters of type OrientationControl
 void Acceptor.setOrientationControl(OrientationControl orientationControl)
          Sets the device's orientation control.
 void Acceptor.SetOrientationCtlExt(OrientationControl orientationControlExt)
          Sets the device's orientation control ext.
 

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

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

Methods in com.meiglobal.ebds.api.pub with parameters of type OrientationControl
 void Acceptor.setOrientationControl(OrientationControl orientationControl)
          Deprecated. Sets the device's orientation control.
 void Acceptor.SetOrientationCtlExt(OrientationControl orientationControlExt)
          Deprecated. Sets the device's orientation control ext.