public interface Tier
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ExmaraldaBasicPackage.getTier()| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Returns the value of the 'Category' attribute
|
String |
getDisplayName()
Returns the value of the 'Display Name' attribute
|
org.eclipse.emf.common.util.EList<Event> |
getEvents()
Returns the value of the 'Events' containment reference list.
|
String |
getId()
Returns the value of the 'Id' attribute
|
Speaker |
getSpeaker()
Returns the value of the 'Speaker' reference
|
TIER_TYPE |
getType()
Returns the value of the 'Type' attribute.
|
org.eclipse.emf.common.util.EList<UDInformation> |
getUdTierInformations()
Returns the value of the 'Ud Tier Informations' containment reference list.
|
boolean |
isSetType()
Returns whether the value of the '
Type' attribute is set |
void |
setCategory(String value)
Sets the value of the '
Category' attribute |
void |
setDisplayName(String value)
Sets the value of the '
Display Name' attribute |
void |
setId(String value)
Sets the value of the '
Id' attribute |
void |
setSpeaker(Speaker value)
Sets the value of the '
Speaker' reference |
void |
setType(TIER_TYPE value)
Sets the value of the '
Type' attribute |
void |
unsetType()
Unsets the value of the '
Type' attribute |
String getCategory()
If the meaning of the 'Category' attribute isn't clear, there really should be more of a description here...
setCategory(String),
ExmaraldaBasicPackage.getTier_Category()void setCategory(String value)
Category' attribute.
value - the new value of the 'Category' attribute.getCategory()String getDisplayName()
If the meaning of the 'Display Name' attribute isn't clear, there really should be more of a description here...
setDisplayName(String),
ExmaraldaBasicPackage.getTier_DisplayName()void setDisplayName(String value)
Display Name' attribute.
value - the new value of the 'Display Name' attribute.getDisplayName()TIER_TYPE getType()
TIER_TYPE.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
TIER_TYPE,
isSetType(),
unsetType(),
setType(TIER_TYPE),
ExmaraldaBasicPackage.getTier_Type()void setType(TIER_TYPE value)
Type' attribute.
value - the new value of the 'Type' attribute.TIER_TYPE,
isSetType(),
unsetType(),
getType()void unsetType()
Type' attribute.
isSetType(),
getType(),
setType(TIER_TYPE)boolean isSetType()
Type' attribute is set.
unsetType(),
getType(),
setType(TIER_TYPE)org.eclipse.emf.common.util.EList<Event> getEvents()
Event.
It is bidirectional and its opposite is 'Tier'.
If the meaning of the 'Events' reference list isn't clear, there really should be more of a description here...
ExmaraldaBasicPackage.getTier_Events(),
Event.getTier()String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
ExmaraldaBasicPackage.getTier_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()Speaker getSpeaker()
If the meaning of the 'Speaker' reference isn't clear, there really should be more of a description here...
setSpeaker(Speaker),
ExmaraldaBasicPackage.getTier_Speaker()void setSpeaker(Speaker value)
Speaker' reference.
value - the new value of the 'Speaker' reference.getSpeaker()org.eclipse.emf.common.util.EList<UDInformation> getUdTierInformations()
UDInformation.
If the meaning of the 'Ud Tier Informations' containment reference list isn't clear, there really should be more of a description here...
ExmaraldaBasicPackage.getTier_UdTierInformations()Copyright © 2020. All rights reserved.