org.opennms.netmgt.trapd
Class EventConstants
java.lang.Object
org.opennms.netmgt.trapd.EventConstants
- public class EventConstants
- extends java.lang.Object
Constructor Summary |
private |
EventConstants()
Empty, private constructor so this object cannot be instantiated. |
Method Summary |
static java.lang.String |
toString(java.lang.String encoding,
java.lang.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 java.lang.String TYPE_STRING
- See Also:
- Constant Field Values
TYPE_INT
public static final java.lang.String TYPE_INT
- See Also:
- Constant Field Values
TYPE_SNMP_OCTET_STRING
public static final java.lang.String TYPE_SNMP_OCTET_STRING
- See Also:
- Constant Field Values
TYPE_SNMP_INT32
public static final java.lang.String TYPE_SNMP_INT32
- See Also:
- Constant Field Values
TYPE_SNMP_NULL
public static final java.lang.String TYPE_SNMP_NULL
- See Also:
- Constant Field Values
TYPE_SNMP_OBJECT_IDENTIFIER
public static final java.lang.String TYPE_SNMP_OBJECT_IDENTIFIER
- See Also:
- Constant Field Values
TYPE_SNMP_IPADDRESS
public static final java.lang.String TYPE_SNMP_IPADDRESS
- See Also:
- Constant Field Values
TYPE_SNMP_TIMETICKS
public static final java.lang.String TYPE_SNMP_TIMETICKS
- See Also:
- Constant Field Values
TYPE_SNMP_COUNTER32
public static final java.lang.String TYPE_SNMP_COUNTER32
- See Also:
- Constant Field Values
TYPE_SNMP_GAUGE32
public static final java.lang.String TYPE_SNMP_GAUGE32
- See Also:
- Constant Field Values
TYPE_SNMP_OPAQUE
public static final java.lang.String TYPE_SNMP_OPAQUE
- See Also:
- Constant Field Values
TYPE_SNMP_SEQUENCE
public static final java.lang.String TYPE_SNMP_SEQUENCE
- See Also:
- Constant Field Values
TYPE_SNMP_COUNTER64
public static final java.lang.String TYPE_SNMP_COUNTER64
- See Also:
- Constant Field Values
XML_ENCODING_TEXT
public static final java.lang.String XML_ENCODING_TEXT
- See Also:
- Constant Field Values
XML_ENCODING_BASE64
public static final java.lang.String XML_ENCODING_BASE64
- See Also:
- Constant Field Values
EventConstants
private EventConstants()
- Empty, private constructor so this object cannot be instantiated.
toString
public static java.lang.String toString(java.lang.String encoding,
java.lang.Object value)
- Converts the value of the instance to a string representation in the
correct encoding system.
Generated by eevans on May 29 2005 2015.