public static enum UnivariateStats.Weighted extends Enum<UnivariateStats.Weighted> implements StringValue<UnivariateStats.Weighted>
| Modifier and Type | Method and Description |
|---|---|
static UnivariateStats.Weighted |
fromValue(String v) |
String |
toString() |
String |
value() |
static UnivariateStats.Weighted |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnivariateStats.Weighted[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnivariateStats.Weighted ZERO
public static final UnivariateStats.Weighted ONE
public static UnivariateStats.Weighted[] values()
for (UnivariateStats.Weighted c : UnivariateStats.Weighted.values()) System.out.println(c);
public static UnivariateStats.Weighted 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<UnivariateStats.Weighted>public static UnivariateStats.Weighted fromValue(String v)
public String toString()
toString in class Enum<UnivariateStats.Weighted>Copyright © 2022. All rights reserved.