public final class ImmutableStereotypeModel extends Object implements StereotypeModel
StereotypeModel| Constructor and Description |
|---|
ImmutableStereotypeModel(String name,
String namespace,
StereotypeModel parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNamespace()
Gets the namespace of error.
|
Optional<StereotypeModel> |
getParent() |
String |
getType()
Gets the name of the stereotype.
|
int |
hashCode() |
boolean |
isAssignableTo(StereotypeModel other) |
String |
toString() |
public ImmutableStereotypeModel(String name, String namespace, StereotypeModel parent)
public String getType()
getType in interface StereotypeModelpublic String getNamespace()
MULE namespace.getNamespace in interface StereotypeModelpublic Optional<StereotypeModel> getParent()
getParent in interface StereotypeModelStereotypeModel parent of the current StereotypeModel from which it inherits from.public boolean isAssignableTo(StereotypeModel other)
isAssignableTo in interface StereotypeModeltrue if this stereotype or any of its ancestors is equal to the provided other
StereotypeModel, false otherwise.Copyright © 2024 MuleSoft, Inc.. All rights reserved.