public static enum AnalysisJobBuilderWindow.AnalysisWindowPanelType extends Enum<AnalysisJobBuilderWindow.AnalysisWindowPanelType> implements org.apache.metamodel.util.HasName
| Enum Constant and Description |
|---|
EDITING_CONTEXT |
MANAGE_DS |
SELECT_DS |
WELCOME |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static AnalysisJobBuilderWindow.AnalysisWindowPanelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisJobBuilderWindow.AnalysisWindowPanelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalysisJobBuilderWindow.AnalysisWindowPanelType WELCOME
public static final AnalysisJobBuilderWindow.AnalysisWindowPanelType SELECT_DS
public static final AnalysisJobBuilderWindow.AnalysisWindowPanelType MANAGE_DS
public static final AnalysisJobBuilderWindow.AnalysisWindowPanelType EDITING_CONTEXT
public static AnalysisJobBuilderWindow.AnalysisWindowPanelType[] values()
for (AnalysisJobBuilderWindow.AnalysisWindowPanelType c : AnalysisJobBuilderWindow.AnalysisWindowPanelType.values()) System.out.println(c);
public static AnalysisJobBuilderWindow.AnalysisWindowPanelType 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 getName()
getName in interface org.apache.metamodel.util.HasNameCopyright © 2016. All Rights Reserved.