public class NestedComponentDeclaration<T extends NestedComponentDeclaration> extends NestableElementDeclaration<T> implements WithAllowedStereotypesDeclaration<T>
NestedComponentModel. It contains raw, unvalidated data which is used to declare the
structure of a NestedComponentModel| Modifier and Type | Method and Description |
|---|---|
T |
addAllowedStereotype(StereotypeModel stereotype) |
Set<StereotypeModel> |
getAllowedStereotypes() |
getMaxOccurs, getMinOccurs, isRequired, setMaxOccurs, setMinOccurs, setRequiredaddErrorModel, addNestedComponent, getErrorModels, getNestedComponentsgetDeprecation, getStereotype, withDeprecation, withStereotypeaddSemanticTerm, getAllParameters, getDefaultParameterGroup, getParameterGroup, getParameterGroups, getSemanticTermsgetNameaddModelProperty, getDescription, getDisplayModel, getModelProperties, getModelProperty, setDescription, setDisplayModelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStereotype, withStereotypepublic Set<StereotypeModel> getAllowedStereotypes()
getAllowedStereotypes in interface WithAllowedStereotypesDeclaration<T extends NestedComponentDeclaration>Set with the StereotypeModels that can be assigned to this nested element.public T addAllowedStereotype(StereotypeModel stereotype)
addAllowedStereotype in interface WithAllowedStereotypesDeclaration<T extends NestedComponentDeclaration>stereotype - an StereotypeModel that is allowed to exist as part of this componentCopyright © 2024 MuleSoft, Inc.. All rights reserved.