|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.ValidationSeverityEnum
public final class ValidationSeverityEnum
An enumeration of the valid validation severities.
Field Summary | |
---|---|
static ValidationSeverityEnum |
ERROR
Specifies the 'error' level, the most common validation level used. |
static ValidationSeverityEnum |
FATAL
Specifies the 'fatal' level, the most serious validation level. |
static ValidationSeverityEnum |
WARN
Specifies the 'warning' level, the most trivial validation level. |
Method Summary | |
---|---|
int |
compareTo(Object o)
|
static ValidationSeverityEnum[] |
getEnumArray()
Returns an array containing the members of this enumeration. |
static ValidationSeverityEnum |
getEnumValue(String name)
Returns the enumeration value called name . |
String |
getName()
Returns the name. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ValidationSeverityEnum WARN
public static final ValidationSeverityEnum ERROR
public static final ValidationSeverityEnum FATAL
Method Detail |
---|
public String getName()
public String toString()
toString
in class Object
public int compareTo(Object o)
compareTo
in interface Comparable
public static ValidationSeverityEnum[] getEnumArray()
public static ValidationSeverityEnum getEnumValue(String name)
name
.
name
- The name of the enumeration value to return.
null
if none was found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |