public static enum MuxKey.MuxStatus extends Enum<MuxKey.MuxStatus>
Enum Constant and Description |
---|
aboutToStart |
failed |
inProgress |
notStarted |
success |
waiting |
Modifier and Type | Method and Description |
---|---|
static MuxKey.MuxStatus |
getStatus(int value) |
static MuxKey.MuxStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MuxKey.MuxStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MuxKey.MuxStatus waiting
public static final MuxKey.MuxStatus notStarted
public static final MuxKey.MuxStatus aboutToStart
public static final MuxKey.MuxStatus inProgress
public static final MuxKey.MuxStatus success
public static final MuxKey.MuxStatus failed
public static MuxKey.MuxStatus[] values()
for (MuxKey.MuxStatus c : MuxKey.MuxStatus.values()) System.out.println(c);
public static MuxKey.MuxStatus 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 static MuxKey.MuxStatus getStatus(int value)
Copyright © 2014 Equilibrium. All rights reserved.