ClearImageJNI
Class EInfoType

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

public class EInfoType
extends ECiBase

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
 
Method Summary
 boolean equals(java.lang.Object __obj)
          Compare two enumerated values for being equal
static EInfoType 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

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

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