Package org.opennms.netmgt.snmp.snmp4j
Class Snmp4JValue
- java.lang.Object
- 
- org.opennms.netmgt.snmp.AbstractSnmpValue
- 
- org.opennms.netmgt.snmp.snmp4j.Snmp4JValue
 
 
- 
- All Implemented Interfaces:
- SnmpValue
 
 public class Snmp4JValue extends AbstractSnmpValue 
- 
- 
Field Summary- 
Fields inherited from interface org.opennms.netmgt.snmp.SnmpValueSNMP_COUNTER32, SNMP_COUNTER64, SNMP_END_OF_MIB, SNMP_GAUGE32, SNMP_INT32, SNMP_IPADDRESS, SNMP_NO_SUCH_INSTANCE, SNMP_NO_SUCH_OBJECT, SNMP_NULL, SNMP_OBJECT_IDENTIFIER, SNMP_OCTET_STRING, SNMP_OPAQUE, SNMP_TIMETICKS
 
- 
 - 
Constructor SummaryConstructors Constructor Description Snmp4JValue(org.snmp4j.smi.Variable value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)byte[]getBytes()intgetType()org.snmp4j.smi.VariablegetVariable()inthashCode()booleanisDisplayable()booleanisEndOfMib()booleanisError()booleanisNull()booleanisNumeric()java.math.BigIntegertoBigInteger()java.lang.StringtoDisplayString()java.lang.StringtoHexString()java.net.InetAddresstoInetAddress()inttoInt()longtoLong()SnmpObjIdtoSnmpObjId()java.lang.StringtoString()- 
Methods inherited from class org.opennms.netmgt.snmp.AbstractSnmpValueallBytesDisplayable, allBytesISO_8859_1, allBytesUTF_8
 
- 
 
- 
- 
- 
Method Detail- 
getBytespublic byte[] getBytes() 
 - 
getTypepublic int getType() 
 - 
isEndOfMibpublic boolean isEndOfMib() 
 - 
isNumericpublic boolean isNumeric() 
 - 
toIntpublic int toInt() 
 - 
toLongpublic long toLong() 
 - 
toDisplayStringpublic java.lang.String toDisplayString() 
 - 
toInetAddresspublic java.net.InetAddress toInetAddress() 
 - 
toHexStringpublic java.lang.String toHexString() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
toBigIntegerpublic java.math.BigInteger toBigInteger() 
 - 
toSnmpObjIdpublic SnmpObjId toSnmpObjId() 
 - 
isDisplayablepublic boolean isDisplayable() 
 - 
isNullpublic boolean isNull() 
 - 
getVariablepublic org.snmp4j.smi.Variable getVariable() 
 - 
isErrorpublic boolean isError() 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-