public class ParameterGroupModel extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ADVANCED |
static String |
CONNECTION |
static String |
DEFAULT_GROUP_NAME |
static String |
OUTPUT |
| Constructor and Description |
|---|
ParameterGroupModel(String name,
String description,
DisplayModel displayModel,
LayoutModel layoutModel,
List<ParameterModel> parameterModels,
List<ExclusiveParametersModel> exclusiveParametersModels,
boolean showInDsl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
Optional<DisplayModel> |
getDisplayModel() |
List<ExclusiveParametersModel> |
getExclusiveParametersModels() |
Optional<LayoutModel> |
getLayoutModel() |
String |
getName() |
Optional<ParameterModel> |
getParameterModel(String name) |
List<ParameterModel> |
getParameterModels() |
int |
hashCode() |
boolean |
isShowInDsl() |
String |
toString() |
public static String DEFAULT_GROUP_NAME
public static String ADVANCED
public static String OUTPUT
public static String CONNECTION
public ParameterGroupModel(String name, String description, DisplayModel displayModel, LayoutModel layoutModel, List<ParameterModel> parameterModels, List<ExclusiveParametersModel> exclusiveParametersModels, boolean showInDsl)
public String getName()
public String getDescription()
public Optional<DisplayModel> getDisplayModel()
public Optional<LayoutModel> getLayoutModel()
public List<ParameterModel> getParameterModels()
public List<ExclusiveParametersModel> getExclusiveParametersModels()
public boolean isShowInDsl()
public Optional<ParameterModel> getParameterModel(String name)
Copyright © 2017 MuleSoft, Inc.. All rights reserved.