public static enum WaarpPrivateMib.NotificationElements extends Enum<WaarpPrivateMib.NotificationElements>
Enum Constant and Description |
---|
InfoTask |
TrapError |
TrapOverloaded |
TrapShutdown |
TrapWarning |
Modifier and Type | Field and Description |
---|---|
int[] |
oid |
Modifier and Type | Method and Description |
---|---|
OID |
getOID(OID oidBase) |
OID |
getOID(OID oidBase,
int rank) |
static WaarpPrivateMib.NotificationElements |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WaarpPrivateMib.NotificationElements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WaarpPrivateMib.NotificationElements TrapShutdown
public static final WaarpPrivateMib.NotificationElements TrapError
public static final WaarpPrivateMib.NotificationElements TrapWarning
public static final WaarpPrivateMib.NotificationElements TrapOverloaded
public static final WaarpPrivateMib.NotificationElements InfoTask
public static WaarpPrivateMib.NotificationElements[] values()
for (WaarpPrivateMib.NotificationElements c : WaarpPrivateMib.NotificationElements.values()) System.out.println(c);
public static WaarpPrivateMib.NotificationElements valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic OID getOID(OID oidBase)
public OID getOID(OID oidBase, int rank)
Copyright © 2009–2020 Waarp. All rights reserved.