ix.icore
Class ReportType

java.lang.Object
  extended by ix.util.EnumeratedValue
      extended by ix.icore.ReportType
All Implemented Interfaces:
SemiPrimitive, java.io.Serializable

public final class ReportType
extends EnumeratedValue

Report types.

See Also:
Serialized Form

Field Summary
static ReportType EVENT
           
static ReportType FAILURE
           
static ReportType INFORMATION
           
static ReportType PROGRESS
           
static ReportType SUCCESS
           
 
Fields inherited from class ix.util.EnumeratedValue
name
 
Method Summary
 java.lang.String toString()
           
static ReportType valueOf(java.lang.String name)
           
static java.util.List values()
           
 
Methods inherited from class ix.util.EnumeratedValue
getValue, getValueElseError, readResolve, recordValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SUCCESS

public static final ReportType SUCCESS

FAILURE

public static final ReportType FAILURE

PROGRESS

public static final ReportType PROGRESS

INFORMATION

public static final ReportType INFORMATION

EVENT

public static final ReportType EVENT
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

values

public static java.util.List values()

valueOf

public static ReportType valueOf(java.lang.String name)