org.jsmiparser.smi
Class BERConstants

java.lang.Object
  extended by org.jsmiparser.smi.BERConstants

public class BERConstants
extends java.lang.Object


Field Summary
static byte COUNTER32
           
static byte COUNTER64
           
static byte GAUGE32
           
static byte INTEGER32
           
static byte IPADDRESS
           
static byte OCTETSTRING
           
static byte OID
           
static byte OPAQUE
           
static byte TIMETICKS
           
 
Constructor Summary
BERConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTEGER32

public static final byte INTEGER32
See Also:
Constant Field Values

OCTETSTRING

public static final byte OCTETSTRING
See Also:
Constant Field Values

OID

public static final byte OID
See Also:
Constant Field Values

IPADDRESS

public static final byte IPADDRESS
See Also:
Constant Field Values

COUNTER32

public static final byte COUNTER32
See Also:
Constant Field Values

GAUGE32

public static final byte GAUGE32
See Also:
Constant Field Values

TIMETICKS

public static final byte TIMETICKS
See Also:
Constant Field Values

OPAQUE

public static final byte OPAQUE
See Also:
Constant Field Values

COUNTER64

public static final byte COUNTER64
See Also:
Constant Field Values
Constructor Detail

BERConstants

public BERConstants()