
public static enum FtpPrivateMib.MibLevel extends Enum<FtpPrivateMib.MibLevel>
| Enum Constant and Description |
|---|
detailedInfo |
errorInfo |
globalInfo |
staticInfo |
trapInfo |
| Modifier and Type | Method and Description |
|---|---|
static FtpPrivateMib.MibLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FtpPrivateMib.MibLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FtpPrivateMib.MibLevel staticInfo
public static final FtpPrivateMib.MibLevel globalInfo
public static final FtpPrivateMib.MibLevel detailedInfo
public static final FtpPrivateMib.MibLevel errorInfo
public static final FtpPrivateMib.MibLevel trapInfo
public static FtpPrivateMib.MibLevel[] values()
for (FtpPrivateMib.MibLevel c : FtpPrivateMib.MibLevel.values()) System.out.println(c);
public static FtpPrivateMib.MibLevel 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 nullCopyright © 2009–2020 Waarp. All rights reserved.