public interface WithAllowedStereotypesDeclaration<T>
BaseDeclaration in which
it's possible to add/get StereotypeModel objects| Modifier and Type | Method and Description |
|---|---|
T |
addAllowedStereotype(StereotypeModel stereotype) |
Set<StereotypeModel> |
getAllowedStereotypes() |
Set<StereotypeModel> getAllowedStereotypes()
Set with the StereotypeModels that can be assigned to this nested element.T addAllowedStereotype(StereotypeModel stereotype)
stereotype - an StereotypeModel that is allowed to exist as part of this componentCopyright © 2017 MuleSoft, Inc.. All rights reserved.