public static enum Scorecard.BaselineMethod extends Enum<Scorecard.BaselineMethod> implements StringValue<Scorecard.BaselineMethod>
| Modifier and Type | Method and Description |
|---|---|
static Scorecard.BaselineMethod |
fromValue(String v) |
String |
toString() |
String |
value() |
static Scorecard.BaselineMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scorecard.BaselineMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scorecard.BaselineMethod MAX
public static final Scorecard.BaselineMethod MIN
public static final Scorecard.BaselineMethod MEAN
public static final Scorecard.BaselineMethod NEUTRAL
public static final Scorecard.BaselineMethod OTHER
public static Scorecard.BaselineMethod[] values()
for (Scorecard.BaselineMethod c : Scorecard.BaselineMethod.values()) System.out.println(c);
public static Scorecard.BaselineMethod 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 nullpublic String value()
value in interface StringValue<Scorecard.BaselineMethod>public static Scorecard.BaselineMethod fromValue(String v)
public String toString()
toString in class Enum<Scorecard.BaselineMethod>Copyright © 2019 University of Tartu. All rights reserved.