ClearImageJNI
Class EInfoType

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

public class EInfoType
extends JComEnumeration

Server information type


Field Summary
static EInfoType ciErrorText
          Error text for specified error
static EInfoType ciModulesList
          List of modules - List format
static EInfoType ciModulesXml
          List of modules - XML format
 
Fields inherited from class ezjcom.JComEnumeration
__Ezj_value
 
Constructor Summary
protected EInfoType(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 EInfoType 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

ciModulesList

public static EInfoType ciModulesList
List of modules - List format


ciModulesXml

public static EInfoType ciModulesXml
List of modules - XML format


ciErrorText

public static EInfoType ciErrorText
Error text for specified error

Constructor Detail

EInfoType

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