public class MNamedIdElement extends MAnnotationElement
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description
The description.
|
protected java.lang.String |
name
The name.
|
annotationsid, ID_GENERATOR| Constructor and Description |
|---|
MNamedIdElement() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Get the full description of the model element.
|
java.lang.String |
getName()
Get the name.
|
void |
setDescription(java.lang.String description)
Set the description.
|
void |
setName(java.lang.String name)
Set the name.
|
addAnnotation, getAnnotationsequals, getId, hashCode, setIdprotected java.lang.String name
protected java.lang.String description
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.