public static enum UserFeedbackEvent.Stage extends java.lang.Enum<UserFeedbackEvent.Stage>
| Enum Constant and Description |
|---|
DataImport |
FeatureAnalysis |
FeatureCreation |
FeatureReduction |
ModelTraining |
Workflow |
| Modifier and Type | Method and Description |
|---|---|
static UserFeedbackEvent.Stage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserFeedbackEvent.Stage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserFeedbackEvent.Stage Workflow
public static final UserFeedbackEvent.Stage DataImport
public static final UserFeedbackEvent.Stage FeatureAnalysis
public static final UserFeedbackEvent.Stage FeatureReduction
public static final UserFeedbackEvent.Stage FeatureCreation
public static final UserFeedbackEvent.Stage ModelTraining
public static UserFeedbackEvent.Stage[] values()
for (UserFeedbackEvent.Stage c : UserFeedbackEvent.Stage.values()) System.out.println(c);
public static UserFeedbackEvent.Stage valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null