Modifier and Type | Method and Description |
---|---|
FormatSpecification |
NotationFactory.createFormatSpecification()
Returns a new object of class 'Format Specification'.
|
FormatSpecification |
FormattableElement.getFormat()
Returns the value of the 'Format' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
FormattableElement.setFormat(FormatSpecification value)
Sets the value of the '
Format ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
FormatSpecificationImpl
An implementation of the model object 'Format Specification'.
|
Modifier and Type | Method and Description |
---|---|
FormatSpecification |
NotationFactoryImpl.createFormatSpecification() |
FormatSpecification |
ItemImpl.getFormat() |
FormatSpecification |
EdgeImpl.getFormat() |
FormatSpecification |
AttributeImpl.getFormat() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ItemImpl.basicSetFormat(FormatSpecification newFormat,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
EdgeImpl.basicSetFormat(FormatSpecification newFormat,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
AttributeImpl.basicSetFormat(FormatSpecification newFormat,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ItemImpl.setFormat(FormatSpecification newFormat) |
void |
EdgeImpl.setFormat(FormatSpecification newFormat) |
void |
AttributeImpl.setFormat(FormatSpecification newFormat) |
Modifier and Type | Method and Description |
---|---|
T |
NotationSwitch.caseFormatSpecification(FormatSpecification object)
Returns the result of interpreting the object as an instance of 'Format Specification'.
|
Modifier and Type | Method and Description |
---|---|
static FormatSpecification |
FormatParser.parseFormatAnnotation(PAnnotation format) |