com.arunta.base.settings
Class SNMPTrapType
java.lang.Object
com.arunta.base.settings.SNMPTrapType
- All Implemented Interfaces:
- java.io.Serializable
public class SNMPTrapType
- extends java.lang.Object
- implements java.io.Serializable
Enum for supported SNMP trap types.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
types
public static final SNMPTrapType[] types
V1TRAP
public static final SNMPTrapType V1TRAP
V2TRAP
public static final SNMPTrapType V2TRAP
V2INFORM
public static final SNMPTrapType V2INFORM
SNMPTrapType
public SNMPTrapType()
lookup
public static SNMPTrapType lookup(SNMPTrapType t)
lookup
public static SNMPTrapType lookup(java.lang.String t)
getNames
public static java.lang.String[] getNames()
getType
public int getType()
setType
public void setType(int type)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.