
public static enum BGTGMLLightLoader.STATUS extends Enum<BGTGMLLightLoader.STATUS>
| Modifier and Type | Method and Description |
|---|---|
static BGTGMLLightLoader.STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BGTGMLLightLoader.STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BGTGMLLightLoader.STATUS OK
public static final BGTGMLLightLoader.STATUS NOK
public static BGTGMLLightLoader.STATUS[] values()
for (BGTGMLLightLoader.STATUS c : BGTGMLLightLoader.STATUS.values()) System.out.println(c);
public static BGTGMLLightLoader.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 © 2014–2016 B3Partners B.V.. All rights reserved.