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<StereotypeModel> allowedStereotypes)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(NestableElementModelVisitor visitor) |
equals, getAllowedStereotypes, getDescription, getDisplayModel, getName, hashCode, isRequired, toStringpublic NestedChainModel()
public NestedChainModel(String name, String description, DisplayModel displayModel, boolean isRequired, Set<StereotypeModel> 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 blankpublic void accept(NestableElementModelVisitor visitor)
accept in interface NestableElementModelaccept in class NestedComponentModelCopyright © 2022 MuleSoft, Inc.. All rights reserved.