public static enum AttributeMapping.AlgorithmState extends Enum<AttributeMapping.AlgorithmState>
| Enum Constant and Description |
|---|
CURATED |
DISCUSS |
GENERATED_HIGH |
GENERATED_LOW |
MISSING_TARGET |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AttributeMapping.AlgorithmState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeMapping.AlgorithmState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeMapping.AlgorithmState CURATED
public static final AttributeMapping.AlgorithmState GENERATED_HIGH
public static final AttributeMapping.AlgorithmState GENERATED_LOW
public static final AttributeMapping.AlgorithmState DISCUSS
public static final AttributeMapping.AlgorithmState MISSING_TARGET
public static AttributeMapping.AlgorithmState[] values()
for (AttributeMapping.AlgorithmState c : AttributeMapping.AlgorithmState.values()) System.out.println(c);
public static AttributeMapping.AlgorithmState 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 toString()
toString in class Enum<AttributeMapping.AlgorithmState>Copyright © 2018 Pivotal Software, Inc.. All rights reserved.