ClearImageJNI
Class EBarcodeEncoding

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

public class EBarcodeEncoding
extends JComEnumeration

Encoding or compression of barcode data


Field Summary
static EBarcodeEncoding ebeCompressionA1
          enumerated constant ebeCompressionA1
static EBarcodeEncoding ebeCompressionV1
          enumerated constant ebeCompressionV1
static EBarcodeEncoding ebeNone
          enumerated constant ebeNone
 
Fields inherited from class ezjcom.JComEnumeration
__Ezj_value
 
Constructor Summary
protected EBarcodeEncoding(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 EBarcodeEncoding 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

ebeNone

public static EBarcodeEncoding ebeNone
enumerated constant ebeNone


ebeCompressionV1

public static EBarcodeEncoding ebeCompressionV1
enumerated constant ebeCompressionV1


ebeCompressionA1

public static EBarcodeEncoding ebeCompressionA1
enumerated constant ebeCompressionA1

Constructor Detail

EBarcodeEncoding

protected EBarcodeEncoding(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 EBarcodeEncoding intToEnumeratedValue(int __n)
Returns an enumerated value corresponding to a given integer.