@NoImplement
public interface StereotypeModel
HasStereotypeModel that is categorized with this stereotype.
An stereotype is a widely held but fixed and oversimplified image or idea of the owning model. Examples would be
validator, source, processor, etc.| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
Gets the namespace of error.
|
Optional<StereotypeModel> |
getParent() |
String |
getType()
Gets the name of the stereotype.
|
boolean |
isAssignableTo(StereotypeModel other) |
String getType()
String getNamespace()
MULE namespace.Optional<StereotypeModel> getParent()
StereotypeModel parent of the current StereotypeModel from which it inherits from.boolean isAssignableTo(StereotypeModel other)
true if this stereotype or any of its ancestors is equal to the provided other
StereotypeModel, false otherwise.Copyright © 2025 MuleSoft, Inc.. All rights reserved.