public interface MetaInformation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Returns the value of the 'Comment' attribute
|
String |
getProjectName()
Returns the value of the 'Project Name' attribute
|
String |
getReferencedFile()
Returns the value of the 'Referenced File' attribute
|
String |
getTranscriptionConvention()
Returns the value of the 'Transcription Convention' attribute
|
String |
getTranscriptionName()
Returns the value of the 'Transcription Name' attribute
|
org.eclipse.emf.common.util.EList<UDInformation> |
getUdMetaInformations()
Returns the value of the 'Ud Meta Informations' containment reference list.
|
void |
setComment(String value)
Sets the value of the '
Comment' attribute |
void |
setProjectName(String value)
Sets the value of the '
Project Name' attribute |
void |
setReferencedFile(String value)
Sets the value of the '
Referenced File' attribute |
void |
setTranscriptionConvention(String value)
Sets the value of the '
Transcription Convention' attribute |
void |
setTranscriptionName(String value)
Sets the value of the '
Transcription Name' attribute |
String getProjectName()
If the meaning of the 'Project Name' attribute isn't clear, there really should be more of a description here...
setProjectName(String),
ExmaraldaBasicPackage.getMetaInformation_ProjectName()void setProjectName(String value)
Project Name' attribute.
value - the new value of the 'Project Name' attribute.getProjectName()String getTranscriptionName()
If the meaning of the 'Transcription Name' attribute isn't clear, there really should be more of a description here...
setTranscriptionName(String),
ExmaraldaBasicPackage.getMetaInformation_TranscriptionName()void setTranscriptionName(String value)
Transcription Name' attribute.
value - the new value of the 'Transcription Name' attribute.getTranscriptionName()String getReferencedFile()
If the meaning of the 'Referenced File' attribute isn't clear, there really should be more of a description here...
setReferencedFile(String),
ExmaraldaBasicPackage.getMetaInformation_ReferencedFile()void setReferencedFile(String value)
Referenced File' attribute.
value - the new value of the 'Referenced File' attribute.getReferencedFile()String getComment()
If the meaning of the 'Comment' attribute isn't clear, there really should be more of a description here...
setComment(String),
ExmaraldaBasicPackage.getMetaInformation_Comment()void setComment(String value)
Comment' attribute.
value - the new value of the 'Comment' attribute.getComment()org.eclipse.emf.common.util.EList<UDInformation> getUdMetaInformations()
UDInformation.
If the meaning of the 'Ud Meta Informations' containment reference list isn't clear, there really should be more of a description here...
ExmaraldaBasicPackage.getMetaInformation_UdMetaInformations()String getTranscriptionConvention()
If the meaning of the 'Transcription Convention' attribute isn't clear, there really should be more of a description here...
setTranscriptionConvention(String),
ExmaraldaBasicPackage.getMetaInformation_TranscriptionConvention()void setTranscriptionConvention(String value)
Transcription Convention' attribute.
value - the new value of the 'Transcription Convention' attribute.getTranscriptionConvention()Copyright © 2020. All rights reserved.