public class NestedChainModel extends NestedComponentModel
NestableElementModel that makes reference to a chain of ComponentModels.
This chain can have any number of components of the allowed stereotypes.| Constructor and Description |
|---|
NestedChainModel() |
NestedChainModel(String name,
String description,
DisplayModel displayModel,
boolean isRequired,
Set<Stereotype> allowedStereotypes)
Creates a new instance
|
getAllowedStereotypes, getDescription, getDisplayModel, getName, isRequiredpublic NestedChainModel()
public NestedChainModel(String name, String description, DisplayModel displayModel, boolean isRequired, Set<Stereotype> allowedStereotypes)
name - the model's namedescription - the model's descriptionisRequired - whether or not this component is requiredallowedStereotypes - A Set of custom properties which extend this modeldisplayModel - a model containing directives about how this component is to be displayed in the UIIllegalArgumentException - if name is blankCopyright © 2017 MuleSoft, Inc.. All rights reserved.