Method Summary |
|
public void | addType(Type type) Adds the type to the collection of types belonging to this model element. |
public Collection | getMetafacades() Gets the metafacades that belong to this ModelElement instance. |
public String | getStereotype() Gets the stereotype of this modelElement. |
public Collection | getTypes() Gets all types associated with this model element. |
public String | getVariable() Gets the variable stereotype of this modelElement (this is what is made available to a template during
processing). |
public boolean | hasStereotype() Returns true or false depending on whether or not this model element has a stereotype
defined. |
public boolean | hasTypes() Returns true or false depending on whether or not this model element has any type
elements defined. |
public void | setMetafacades(Collection metafacades) Sets the current metafacades that belong to this ModelElement instance. |
public void | setStereotype(String stereotype) Sets the stereotype of the ModelElement. |
public void | setVariable(String variable) Sets the variable name. |