public class NamedElement extends ModelElement
| Modifier and Type | Field and Description |
|---|---|
protected String |
doc |
protected String |
name |
| Constructor and Description |
|---|
NamedElement(String name,
String doc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDoc() |
String |
getName() |
int |
hashCode() |
void |
setDoc(String doc) |
void |
setName(String name) |
void |
updateName(String name) |
getChildrenCopyright © 2016. All rights reserved.