ClearImageJNI
Class EComprBitonal

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

public class EComprBitonal
extends JComEnumeration

EComprBitonal enumerated type


Field Summary
static EComprBitonal citbAUTO
          enumerated constant citbAUTO
static EComprBitonal citbCCITTFAX3
          enumerated constant citbCCITTFAX3
static EComprBitonal citbCCITTFAX4
          enumerated constant citbCCITTFAX4
static EComprBitonal citbNONE
          enumerated constant citbNONE
static EComprBitonal citbORIGINAL
          enumerated constant citbORIGINAL
 
Fields inherited from class ezjcom.JComEnumeration
__Ezj_value
 
Constructor Summary
protected EComprBitonal(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 EComprBitonal 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

citbORIGINAL

public static EComprBitonal citbORIGINAL
enumerated constant citbORIGINAL


citbAUTO

public static EComprBitonal citbAUTO
enumerated constant citbAUTO


citbNONE

public static EComprBitonal citbNONE
enumerated constant citbNONE


citbCCITTFAX3

public static EComprBitonal citbCCITTFAX3
enumerated constant citbCCITTFAX3


citbCCITTFAX4

public static EComprBitonal citbCCITTFAX4
enumerated constant citbCCITTFAX4

Constructor Detail

EComprBitonal

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