public interface BasicTranscription
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
CommonTimeLine |
getCommonTimeLine()
Returns the value of the 'Common Time Line' containment reference
|
MetaInformation |
getMetaInformation()
Returns the value of the 'Meta Information' containment reference
|
org.eclipse.emf.common.util.EList<Speaker> |
getSpeakertable()
Returns the value of the 'Speakertable' containment reference list.
|
org.eclipse.emf.common.util.EList<Tier> |
getTiers()
Returns the value of the 'Tiers' containment reference list.
|
void |
setCommonTimeLine(CommonTimeLine value)
Sets the value of the '
Common Time Line' containment reference |
void |
setMetaInformation(MetaInformation value)
Sets the value of the '
Meta Information' containment reference |
CommonTimeLine getCommonTimeLine()
If the meaning of the 'Common Time Line' containment reference isn't clear, there really should be more of a description here...
setCommonTimeLine(CommonTimeLine),
ExmaraldaBasicPackage.getBasicTranscription_CommonTimeLine()void setCommonTimeLine(CommonTimeLine value)
Common Time Line' containment reference.
value - the new value of the 'Common Time Line' containment reference.getCommonTimeLine()MetaInformation getMetaInformation()
If the meaning of the 'Meta Information' containment reference isn't clear, there really should be more of a description here...
setMetaInformation(MetaInformation),
ExmaraldaBasicPackage.getBasicTranscription_MetaInformation()void setMetaInformation(MetaInformation value)
Meta Information' containment reference.
value - the new value of the 'Meta Information' containment reference.getMetaInformation()org.eclipse.emf.common.util.EList<Speaker> getSpeakertable()
Speaker.
If the meaning of the 'Speakertable' containment reference list isn't clear, there really should be more of a description here...
ExmaraldaBasicPackage.getBasicTranscription_Speakertable()org.eclipse.emf.common.util.EList<Tier> getTiers()
Tier.
If the meaning of the 'Tiers' containment reference list isn't clear, there really should be more of a description here...
ExmaraldaBasicPackage.getBasicTranscription_Tiers()Copyright © 2020. All rights reserved.