|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amx.duet.tools.net.snmp.api.SNMPObject
com.amx.duet.tools.net.snmp.api.SNMPNull
Object representing the SNMP Null data type.
Constructor Summary | |
SNMPNull()
|
Method Summary | |
boolean |
equals(java.lang.Object other)
Checks just that both are instances of SNMPNull (no embedded value to check). |
java.lang.Object |
getValue()
Returns Java null reference. |
void |
setValue(java.lang.Object o)
Always throws SNMPBadValueException (which null value did you want, anyway?) |
java.lang.String |
toString()
Returns String "Null".. |
Methods inherited from class com.amx.duet.tools.net.snmp.api.SNMPObject |
hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SNMPNull()
Method Detail |
public java.lang.Object getValue()
getValue
in class SNMPObject
public void setValue(java.lang.Object o) throws SNMPBadValueException
setValue
in class SNMPObject
SNMPBadValueException
public boolean equals(java.lang.Object other)
equals
in class SNMPObject
public java.lang.String toString()
toString
in class SNMPObject
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |