org.opennms.netmgt.trapd
Class EventConstants
java.lang.Object
org.opennms.netmgt.trapd.EventConstants
public class EventConstants
- extends Object
|
Method Summary |
static String |
toString(String encoding,
Object value)
Converts the value of the instance to a string representation in the
correct encoding system. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_STRING
public static final String TYPE_STRING
- See Also:
- Constant Field Values
TYPE_INT
public static final String TYPE_INT
- See Also:
- Constant Field Values
TYPE_SNMP_OCTET_STRING
public static final String TYPE_SNMP_OCTET_STRING
- See Also:
- Constant Field Values
TYPE_SNMP_INT32
public static final String TYPE_SNMP_INT32
- See Also:
- Constant Field Values
TYPE_SNMP_NULL
public static final String TYPE_SNMP_NULL
- See Also:
- Constant Field Values
TYPE_SNMP_OBJECT_IDENTIFIER
public static final String TYPE_SNMP_OBJECT_IDENTIFIER
- See Also:
- Constant Field Values
TYPE_SNMP_IPADDRESS
public static final String TYPE_SNMP_IPADDRESS
- See Also:
- Constant Field Values
TYPE_SNMP_TIMETICKS
public static final String TYPE_SNMP_TIMETICKS
- See Also:
- Constant Field Values
TYPE_SNMP_COUNTER32
public static final String TYPE_SNMP_COUNTER32
- See Also:
- Constant Field Values
TYPE_SNMP_GAUGE32
public static final String TYPE_SNMP_GAUGE32
- See Also:
- Constant Field Values
TYPE_SNMP_OPAQUE
public static final String TYPE_SNMP_OPAQUE
- See Also:
- Constant Field Values
TYPE_SNMP_SEQUENCE
public static final String TYPE_SNMP_SEQUENCE
- See Also:
- Constant Field Values
TYPE_SNMP_COUNTER64
public static final String TYPE_SNMP_COUNTER64
- See Also:
- Constant Field Values
XML_ENCODING_TEXT
public static final String XML_ENCODING_TEXT
- See Also:
- Constant Field Values
XML_ENCODING_BASE64
public static final String XML_ENCODING_BASE64
- See Also:
- Constant Field Values
toString
public static String toString(String encoding,
Object value)
- Converts the value of the instance to a string representation in the
correct encoding system.
Copyright © 2009. All Rights Reserved.