SourceForge.net Logo

org.netsnmp.ASN
Class GAUGE

java.lang.Object
  |
  +--org.netsnmp.ASN.ASNValue
        |
        +--org.netsnmp.ASN.INTEGER
              |
              +--org.netsnmp.ASN.GAUGE
All Implemented Interfaces:
Comparable, Serializable

public class GAUGE
extends INTEGER

Author:
Andrew E. Page aepage@users.sourceforge.net
See Also:
Serialized Form

Field Summary
static ASN_TYPE type
           
 
Fields inherited from class org.netsnmp.ASN.INTEGER
data
 
Constructor Summary
GAUGE(int data)
          Creates a new instance of INTEGER
 
Method Summary
 int asn_type()
           
 ASN_TYPE type()
           
 
Methods inherited from class org.netsnmp.ASN.INTEGER
toInt, toInt64, toJavaObject
 
Methods inherited from class org.netsnmp.ASN.ASNValue
compareTo, toBoolean, toOBJECTID, toOctetString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public static final ASN_TYPE type
Constructor Detail

GAUGE

public GAUGE(int data)
Creates a new instance of INTEGER

Method Detail

asn_type

public int asn_type()
Overrides:
asn_type in class INTEGER

type

public ASN_TYPE type()
Overrides:
type in class INTEGER

SourceForge.net Logo