public abstract class ElementDeclaration extends Object implements IdentifiableElementDeclaration
| Modifier and Type | Field and Description |
|---|---|
protected String |
declaringExtension |
protected String |
name |
| Constructor and Description |
|---|
ElementDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDeclaringExtension() |
String |
getName() |
int |
hashCode() |
void |
setDeclaringExtension(String declaringExtension)
Sets the
name of the extension containing the
model associated to this element declaration |
void |
setName(String name)
Set's the name of the element
|
public String getName()
getName in interface NamedElementDeclarationpublic void setName(String name)
setName in interface NamedElementDeclarationname - the name of the elementpublic String getDeclaringExtension()
getDeclaringExtension in interface IdentifiableElementDeclarationname of the extension containing the
model associated to this element declarationpublic void setDeclaringExtension(String declaringExtension)
name of the extension containing the
model associated to this element declarationsetDeclaringExtension in interface IdentifiableElementDeclarationdeclaringExtension - the extension's nameCopyright © 2017 MuleSoft, Inc.. All rights reserved.