public interface FormattableElement
extends org.eclipse.emf.ecore.EObject
The following features are supported:
NotationPackage.getFormattableElement()| Modifier and Type | Method and Description | 
|---|---|
| FormatSpecification | getFormat()Returns the value of the 'Format' containment reference. | 
| java.lang.String | getId()Returns the value of the 'Id' attribute. | 
| java.lang.String | getLabel()Returns the value of the 'Label' attribute. | 
| void | setFormat(FormatSpecification value)Sets the value of the ' Format' containment reference. | 
| void | setId(java.lang.String value)Sets the value of the ' Id' attribute. | 
| void | setLabel(java.lang.String value)Sets the value of the ' Label' attribute. | 
java.lang.String getLabel()
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
setLabel(String), 
NotationPackage.getFormattableElement_Label()void setLabel(java.lang.String value)
Label' attribute.
 
 value - the new value of the 'Label' attribute.getLabel()FormatSpecification getFormat()
If the meaning of the 'Format' containment reference isn't clear, there really should be more of a description here...
setFormat(FormatSpecification), 
NotationPackage.getFormattableElement_Format()void setFormat(FormatSpecification value)
Format' containment reference.
 
 value - the new value of the 'Format' containment reference.getFormat()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String), 
NotationPackage.getFormattableElement_Id()