ClearImageJNI
Class EBoolean

java.lang.Object
  extended by ClearImageJNI.ECiBase
      extended by ClearImageJNI.EBoolean

public class EBoolean
extends ECiBase

Boolean value


Field Summary
static EBoolean ciFalse
          Value is false (0)
static EBoolean ciTrue
          Value is true (-1)
 
Method Summary
 boolean equals(java.lang.Object __obj)
          Compare two enumerated values for being equal
static EBoolean fromInt(int __n)
          Returns an enumerated value corresponding to a given integer.
 
Methods inherited from class ClearImageJNI.ECiBase
toInt, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ciFalse

public static EBoolean ciFalse
Value is false (0)


ciTrue

public static EBoolean ciTrue
Value is true (-1)

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

fromInt

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