public static enum FtpPrivateMib.NotificationElements extends Enum<FtpPrivateMib.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 FtpPrivateMib.NotificationElements |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FtpPrivateMib.NotificationElements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FtpPrivateMib.NotificationElements TrapShutdown
public static final FtpPrivateMib.NotificationElements TrapError
public static final FtpPrivateMib.NotificationElements TrapWarning
public static final FtpPrivateMib.NotificationElements TrapOverloaded
public static final FtpPrivateMib.NotificationElements InfoTask
public static FtpPrivateMib.NotificationElements[] values()
for (FtpPrivateMib.NotificationElements c : FtpPrivateMib.NotificationElements.values()) System.out.println(c);
public static FtpPrivateMib.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.