T - the concrete type for this declarationpublic abstract class StereotypedDeclaration<T extends StereotypedDeclaration> extends ParameterizedDeclaration<T> implements WithStereotypesDeclaration, WithDeprecatedDeclaration
| Modifier and Type | Method and Description |
|---|---|
Optional<DeprecationModel> |
getDeprecation() |
StereotypeModel |
getStereotype() |
void |
withDeprecation(DeprecationModel deprecation) |
void |
withStereotype(StereotypeModel stereotype) |
getAllParameters, getDefaultParameterGroup, getParameterGroup, getParameterGroupsgetNameaddModelProperty, getDescription, getDisplayModel, getModelProperties, getModelProperty, setDescription, setDisplayModelpublic StereotypeModel getStereotype()
getStereotype in interface WithStereotypesDeclarationthis components StereotypeModelpublic void withStereotype(StereotypeModel stereotype)
withStereotype in interface WithStereotypesDeclarationstereotype - this components StereotypeModelpublic Optional<DeprecationModel> getDeprecation()
getDeprecation in interface WithDeprecatedDeclarationthis components DeprecationModelpublic void withDeprecation(DeprecationModel deprecation)
withDeprecation in interface WithDeprecatedDeclarationdeprecation - this components DeprecationModelCopyright © 2019 MuleSoft, Inc.. All rights reserved.