public static enum SHARPXMI.EvaluateOn extends Enum<SHARPXMI.EvaluateOn>
Modifier and Type | Method and Description |
---|---|
static SHARPXMI.EvaluateOn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SHARPXMI.EvaluateOn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SHARPXMI.EvaluateOn TRAIN
public static final SHARPXMI.EvaluateOn DEV
public static final SHARPXMI.EvaluateOn TEST
public static final SHARPXMI.EvaluateOn OTHER
public static SHARPXMI.EvaluateOn[] values()
for (SHARPXMI.EvaluateOn c : SHARPXMI.EvaluateOn.values()) System.out.println(c);
public static SHARPXMI.EvaluateOn 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 © 2012-2017 The Apache Software Foundation. All Rights Reserved.