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 o) |
String |
getName()
Gets the name of the stereotype.
|
String |
getNamespace()
Gets the namespace of error.
|
Optional<StereotypeModel> |
getParent() |
int |
hashCode() |
boolean |
isAssignableTo(StereotypeModel other) |
String |
toString() |
public ImmutableStereotypeModel(String name, String namespace, StereotypeModel parent)
public String getName()
getName 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 StereotypeModelthisCopyright © 2017 MuleSoft, Inc.. All rights reserved.