public static enum RappItem.RappStatus extends Enum<RappItem.RappStatus>
| Enum Constant and Description |
|---|
Active |
Configured |
Inactive |
Installed |
Unconfigured |
| Modifier and Type | Method and Description |
|---|---|
static RappItem.RappStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RappItem.RappStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RappItem.RappStatus Installed
public static final RappItem.RappStatus Configured
public static final RappItem.RappStatus Unconfigured
public static final RappItem.RappStatus Active
public static final RappItem.RappStatus Inactive
public static RappItem.RappStatus[] values()
for (RappItem.RappStatus c : RappItem.RappStatus.values()) System.out.println(c);
public static RappItem.RappStatus 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 © 2016. All Rights Reserved.