public class ETLStepPanels extends ParameterPanelCollection
data
Constructor and Description |
---|
ETLStepPanels() |
ETLStepPanels(java.lang.String name,
java.lang.String description) |
ETLStepPanels(java.lang.String name,
java.lang.String description,
java.util.List<ParameterPanel> panels) |
Modifier and Type | Method and Description |
---|---|
void |
addPanel(ParameterPanel panel)
Add a panel to this panel collection
|
java.lang.String |
getDescription()
Return the full description of this panel collection
|
java.util.List<ParameterDisplayRule> |
getDisplayRules()
Return the list of display rules of this panel collection
|
java.lang.String |
getName()
Return the name of this panel collection
|
java.util.List<ParameterPanel> |
getPanels()
Return the list of panels of this panel collection
|
getData, getFile, getParameterPanelCollectionClassName, getSectionMap, getText, toJSON
public ETLStepPanels()
public ETLStepPanels(java.lang.String name, java.lang.String description)
public ETLStepPanels(java.lang.String name, java.lang.String description, java.util.List<ParameterPanel> panels)
public java.lang.String getName()
getName
in class ParameterPanelCollection
public java.lang.String getDescription()
getDescription
in class ParameterPanelCollection
public java.util.List<ParameterPanel> getPanels()
getPanels
in class ParameterPanelCollection
public void addPanel(ParameterPanel panel)
public java.util.List<ParameterDisplayRule> getDisplayRules()
getDisplayRules
in class ParameterPanelCollection