public interface NamedElement extends GraphicalElement
The following features are supported:
SANModelPackage.getNamedElement()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
boolean |
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
getX, getY, setX, setY
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
SANModelPackage.getNamedElement_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)