public static enum FtpPrivateMib.OperStatus extends Enum<FtpPrivateMib.OperStatus>
Enum Constant and Description |
---|
congested |
down |
halted |
quiescing |
restarting |
up |
Modifier and Type | Field and Description |
---|---|
int |
status |
Modifier and Type | Method and Description |
---|---|
static FtpPrivateMib.OperStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FtpPrivateMib.OperStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FtpPrivateMib.OperStatus up
public static final FtpPrivateMib.OperStatus down
public static final FtpPrivateMib.OperStatus halted
public static final FtpPrivateMib.OperStatus congested
public static final FtpPrivateMib.OperStatus restarting
public static final FtpPrivateMib.OperStatus quiescing
public static FtpPrivateMib.OperStatus[] values()
for (FtpPrivateMib.OperStatus c : FtpPrivateMib.OperStatus.values()) System.out.println(c);
public static FtpPrivateMib.OperStatus 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.