|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.snmp4j.smi.AbstractVariable
org.snmp4j.smi.UnsignedInteger32
org.snmp4j.smi.Gauge32
public class Gauge32
The Gauge32
class is indistinguishable from
UnsingedInteger32
.
Field Summary |
---|
Fields inherited from class org.snmp4j.smi.UnsignedInteger32 |
---|
value |
Fields inherited from class org.snmp4j.smi.AbstractVariable |
---|
SMISYNTAXES_PROPERTIES |
Constructor Summary | |
---|---|
Gauge32()
|
|
Gauge32(long value)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones this variable. |
int |
getSyntax()
Gets the ASN.1 syntax identifier value of this SNMP variable. |
Methods inherited from class org.snmp4j.smi.UnsignedInteger32 |
---|
compareTo, decodeBER, encodeBER, equals, fromSubIndex, getBERLength, getValue, hashCode, setValue, setValue, toInt, toLong, toString, toSubIndex |
Methods inherited from class org.snmp4j.smi.AbstractVariable |
---|
createFromBER, createFromSyntax, getBERPayloadLength, getSyntaxFromString, getSyntaxString, getSyntaxString, isDynamic, isException |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Gauge32()
public Gauge32(long value)
Method Detail |
---|
public int getSyntax()
AbstractVariable
getSyntax
in interface Variable
getSyntax
in class UnsignedInteger32
public java.lang.Object clone()
Variable
clone
in interface Variable
clone
in class UnsignedInteger32
Variable
with the same value.
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |