|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.aps.jca.Enum
|
+--gov.aps.jca.ValuedEnum
|
+--gov.aps.jca.CASeverity
Enumeration class representing Channel Access severity codes.
| Field Summary | |
static CASeverity |
ERROR
Failed-continue. |
static CASeverity |
FATAL
fatal. |
static CASeverity |
INFO
Successful. |
static CASeverity |
SEVERE
failed-quit. |
static CASeverity |
SUCCESS
Successful. |
static CASeverity |
WARNING
Unsuccessful. |
| Method Summary | |
static CASeverity |
forName(java.lang.String name)
Return the CASeverity corresponding to specific name. |
static CASeverity |
forValue(int value)
Return the CASeverity corresponding to specific numerical value. |
boolean |
isError()
Tests whether this CASeverity represent an error code. |
boolean |
isFatal()
Tests whether this CASeverity represents a fatal code. |
boolean |
isSuccessful()
tests whether this CASeverity represent a successful code. |
| Methods inherited from class gov.aps.jca.ValuedEnum |
getValue, isEqualTo, isGreaterThan, isGreaterThanOrEqual, isLessThan, isLessThanOrEqual, toString |
| Methods inherited from class gov.aps.jca.Enum |
equals, getName, hashCode |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final CASeverity WARNING
public static final CASeverity SUCCESS
public static final CASeverity ERROR
public static final CASeverity INFO
public static final CASeverity SEVERE
public static final CASeverity FATAL
| Method Detail |
public boolean isSuccessful()
public boolean isError()
public boolean isFatal()
public static CASeverity forName(java.lang.String name)
name - the name of the CASeverity to look for.
public static CASeverity forValue(int value)
value - the value of the CASeverity to look for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||