|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.oy.shared.lw.snmp.rfc.ErrorStatus
| Field Summary | |
static ErrorStatus |
badValue
|
static ErrorStatus |
genErr
|
static ErrorStatus |
noError
|
static ErrorStatus |
noSuchName
|
static ErrorStatus |
readOnly
|
static ErrorStatus |
tooBig
|
private int |
value
|
| Constructor Summary | |
private |
ErrorStatus(int value)
|
| Method Summary | |
int |
getValue()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static ErrorStatus noError
public static ErrorStatus tooBig
public static ErrorStatus noSuchName
public static ErrorStatus badValue
public static ErrorStatus readOnly
public static ErrorStatus genErr
private final int value
| Constructor Detail |
private ErrorStatus(int value)
| Method Detail |
public int getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||