public static enum FeatureServiceImpl.STATUS extends Enum<FeatureServiceImpl.STATUS>
Modifier and Type | Method and Description |
---|---|
static FeatureServiceImpl.STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureServiceImpl.STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureServiceImpl.STATUS ON
public static final FeatureServiceImpl.STATUS OFF
public static final FeatureServiceImpl.STATUS BLOCKED
public static FeatureServiceImpl.STATUS[] values()
for (FeatureServiceImpl.STATUS c : FeatureServiceImpl.STATUS.values()) System.out.println(c);
public static FeatureServiceImpl.STATUS 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 © 2015 Neuroinformatics Research Group. All rights reserved.