|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GgInterfaceMib.TrapLevel>
goldengate.snmp.interf.GgInterfaceMib.TrapLevel
public static enum GgInterfaceMib.TrapLevel
Enum Constant Summary | |
---|---|
Alert
Trap/Notification up to high alert |
|
All
Trap/Notification for all important elements |
|
None
No Trap/Notification at all |
|
StartStop
Trap/Notification only for start and stop |
|
Warning
Trap/Notification up to warning alert |
Method Summary | |
---|---|
boolean |
isLevelValid(int level)
|
static GgInterfaceMib.TrapLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GgInterfaceMib.TrapLevel[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final GgInterfaceMib.TrapLevel None
public static final GgInterfaceMib.TrapLevel StartStop
public static final GgInterfaceMib.TrapLevel Alert
public static final GgInterfaceMib.TrapLevel Warning
public static final GgInterfaceMib.TrapLevel All
Method Detail |
---|
public static GgInterfaceMib.TrapLevel[] values()
for (GgInterfaceMib.TrapLevel c : GgInterfaceMib.TrapLevel.values()) System.out.println(c);
public static GgInterfaceMib.TrapLevel valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic boolean isLevelValid(int level)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |