ClearImageJNI
Class EBarcodeRotation

java.lang.Object
  extended by ezjcom.JComEnumeration
      extended by ClearImageJNI.EBarcodeRotation

public class EBarcodeRotation
extends JComEnumeration

Barcode rotation


Field Summary
static EBarcodeRotation cibRotDiag
          Barcode is diagonal
static EBarcodeRotation cibRotLeft
          Barcode is rotated left
static EBarcodeRotation cibRotNone
          Barcode is not rotated
static EBarcodeRotation cibRotRight
          Barcode is rotated right
static EBarcodeRotation cibRotUpsideDown
          Barcode rotated upside down
 
Fields inherited from class ezjcom.JComEnumeration
__Ezj_value
 
Constructor Summary
protected EBarcodeRotation(int __n)
          Default constructor (protected; use intToEnumeratedValue to obtain enumerated values from integers.)
 
Method Summary
 boolean equals(java.lang.Object __obj)
          Compare two enumerated values for being equal
static EBarcodeRotation intToEnumeratedValue(int __n)
          Returns an enumerated value corresponding to a given integer.
 
Methods inherited from class ezjcom.JComEnumeration
getEnumeratedIntValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cibRotNone

public static EBarcodeRotation cibRotNone
Barcode is not rotated


cibRotUpsideDown

public static EBarcodeRotation cibRotUpsideDown
Barcode rotated upside down


cibRotLeft

public static EBarcodeRotation cibRotLeft
Barcode is rotated left


cibRotRight

public static EBarcodeRotation cibRotRight
Barcode is rotated right


cibRotDiag

public static EBarcodeRotation cibRotDiag
Barcode is diagonal

Constructor Detail

EBarcodeRotation

protected EBarcodeRotation(int __n)
Default constructor (protected; use intToEnumeratedValue to obtain enumerated values from integers.)

Method Detail

equals

public boolean equals(java.lang.Object __obj)
Compare two enumerated values for being equal

Overrides:
equals in class java.lang.Object

intToEnumeratedValue

public static EBarcodeRotation intToEnumeratedValue(int __n)
Returns an enumerated value corresponding to a given integer.