@MinMuleVersion(value="4.5.0") public class ImplicitStereotypeDefinition extends Object implements StereotypeDefinition
The idea behind this is to make all referrable types have a stereotype, so it is the primary method of managing references between objects defined in the DSL.
The namespace is not provided, since it will be set when this object is processed, as explained in
StereotypeDefinition.getNamespace().
| Constructor and Description |
|---|
ImplicitStereotypeDefinition(String name) |
ImplicitStereotypeDefinition(String name,
StereotypeDefinition parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
Optional<StereotypeDefinition> |
getParent() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetNamespacepublic ImplicitStereotypeDefinition(String name)
public ImplicitStereotypeDefinition(String name, StereotypeDefinition parent)
public String getName()
getName in interface StereotypeDefinitionpublic Optional<StereotypeDefinition> getParent()
getParent in interface StereotypeDefinitionOptional parent of the current Stereotype definitionCopyright © 2023. All rights reserved.