public enum GadgetDefinitionStatus extends Enum<GadgetDefinitionStatus>
| Enum Constant and Description |
|---|
PUBLISHED |
TEST |
UNPUBLISHED |
| Modifier and Type | Method and Description |
|---|---|
static GadgetDefinitionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GadgetDefinitionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GadgetDefinitionStatus PUBLISHED
public static final GadgetDefinitionStatus UNPUBLISHED
public static final GadgetDefinitionStatus TEST
public static GadgetDefinitionStatus[] values()
for (GadgetDefinitionStatus c : GadgetDefinitionStatus.values()) System.out.println(c);
public static GadgetDefinitionStatus 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-2012 SURFnet bv, The Netherlands. All Rights Reserved.