NestedComponentModel instead.@NoImplement @Deprecated public interface NestableElementModel extends ComponentModel
ComposableModel.NestedComponentModel,
NestedRouteModel| Modifier and Type | Method and Description |
|---|---|
void |
accept(NestableElementModelVisitor visitor)
Deprecated.
since 1.4.0. Use
ComponentModel.accept(ComponentModelVisitor) instead |
Optional<Integer> |
getMaxOccurs()
Deprecated.
Optional value which represents the maximum amount of times that this component can be used inside the owning one. |
int |
getMinOccurs()
Deprecated.
Represents the minimum amount of times that this component can be used inside the owning one.
|
boolean |
isRequired()
Deprecated.
|
acceptgetAllParameterModels, getParameterGroupModelsgetDescriptiongetNestedComponentsgetNamegetStereotypegetModelProperties, getModelPropertygetDisplayModelgetErrorModelsgetDeprecationModel, isDeprecatedgetSemanticTermsint getMinOccurs()
Optional<Integer> getMaxOccurs()
Optional value which represents the maximum amount of times that this component can be used inside the owning one.
Optional.empty() means unbounded.boolean isRequired()
this element is required for its owner element@Deprecated void accept(NestableElementModelVisitor visitor)
ComponentModel.accept(ComponentModelVisitor) insteadNestableElementModelVisitorvisitor - a NestableElementModelVisitorCopyright © 2024 MuleSoft, Inc.. All rights reserved.