SourceForge.net Logo

org.netsnmp.ASN
Class UNSIGNED

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

public class UNSIGNED
extends COUNTER

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.COUNTER
data
 
Constructor Summary
UNSIGNED(long data)
          Creates a new instance of INTEGER
 
Method Summary
 int asn_type()
           
 ASN_TYPE type()
           
 
Methods inherited from class org.netsnmp.ASN.COUNTER
toInt64, toJavaObject
 
Methods inherited from class org.netsnmp.ASN.ASNValue
compareTo, toBoolean, toInt, 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

UNSIGNED

public UNSIGNED(long data)
Creates a new instance of INTEGER

Method Detail

asn_type

public int asn_type()
Overrides:
asn_type in class COUNTER

type

public ASN_TYPE type()
Overrides:
type in class COUNTER

SourceForge.net Logo