public static enum MiningField.UsageType extends Enum<MiningField.UsageType> implements StringValue<MiningField.UsageType>
| Enum Constant and Description |
|---|
ACTIVE |
ANALYSIS_WEIGHT |
FREQUENCY_WEIGHT |
GROUP |
ORDER |
PREDICTED |
SUPPLEMENTARY |
TARGET |
| Modifier and Type | Method and Description |
|---|---|
static MiningField.UsageType |
fromValue(String v) |
String |
toString() |
String |
value() |
static MiningField.UsageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MiningField.UsageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MiningField.UsageType ACTIVE
public static final MiningField.UsageType PREDICTED
public static final MiningField.UsageType TARGET
public static final MiningField.UsageType SUPPLEMENTARY
public static final MiningField.UsageType GROUP
public static final MiningField.UsageType ORDER
public static final MiningField.UsageType FREQUENCY_WEIGHT
public static final MiningField.UsageType ANALYSIS_WEIGHT
public static MiningField.UsageType[] values()
for (MiningField.UsageType c : MiningField.UsageType.values()) System.out.println(c);
public static MiningField.UsageType 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<MiningField.UsageType>public static MiningField.UsageType fromValue(String v)
public String toString()
toString in class Enum<MiningField.UsageType>Copyright © 2024. All rights reserved.