public static enum AnalysisJobBuilderWindow.AnalysisWindowPanelType extends java.lang.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 |
|---|---|
java.lang.String |
getName() |
static AnalysisJobBuilderWindow.AnalysisWindowPanelType |
valueOf(java.lang.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(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 nullpublic java.lang.String getName()
getName in interface org.apache.metamodel.util.HasNameCopyright © 2015. All Rights Reserved.