public interface Speaker
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ExmaraldaBasicPackage.getSpeaker()| Modifier and Type | Method and Description |
|---|---|
String |
getAbbreviation()
Returns the value of the 'Abbreviation' attribute
|
String |
getComment()
Returns the value of the 'Comment' attribute
|
String |
getId()
Returns the value of the 'Id' attribute
|
org.eclipse.emf.common.util.EList<String> |
getL1()
Returns the value of the 'L1' attribute list.
|
org.eclipse.emf.common.util.EList<String> |
getL2()
Returns the value of the 'L2' attribute list.
|
org.eclipse.emf.common.util.EList<String> |
getLanguageUsed()
Returns the value of the 'Language Used' attribute list.
|
SPEAKER_SEX |
getSex()
Returns the value of the 'Sex' attribute.
|
org.eclipse.emf.common.util.EList<UDInformation> |
getUdSpeakerInformations()
Returns the value of the 'Ud Speaker Informations' containment reference list.
|
boolean |
isSetSex()
Returns whether the value of the '
Sex' attribute is set |
void |
setAbbreviation(String value)
Sets the value of the '
Abbreviation' attribute |
void |
setComment(String value)
Sets the value of the '
Comment' attribute |
void |
setId(String value)
Sets the value of the '
Id' attribute |
void |
setSex(SPEAKER_SEX value)
Sets the value of the '
Sex' attribute |
void |
unsetSex()
Unsets the value of the '
Sex' attribute |
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
ExmaraldaBasicPackage.getSpeaker_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()String getAbbreviation()
If the meaning of the 'Abbreviation' attribute isn't clear, there really should be more of a description here...
setAbbreviation(String),
ExmaraldaBasicPackage.getSpeaker_Abbreviation()void setAbbreviation(String value)
Abbreviation' attribute.
value - the new value of the 'Abbreviation' attribute.getAbbreviation()SPEAKER_SEX getSex()
SPEAKER_SEX.
If the meaning of the 'Sex' attribute isn't clear, there really should be more of a description here...
SPEAKER_SEX,
isSetSex(),
unsetSex(),
setSex(SPEAKER_SEX),
ExmaraldaBasicPackage.getSpeaker_Sex()void setSex(SPEAKER_SEX value)
Sex' attribute.
value - the new value of the 'Sex' attribute.SPEAKER_SEX,
isSetSex(),
unsetSex(),
getSex()void unsetSex()
Sex' attribute.
isSetSex(),
getSex(),
setSex(SPEAKER_SEX)boolean isSetSex()
Sex' attribute is set.
unsetSex(),
getSex(),
setSex(SPEAKER_SEX)String getComment()
If the meaning of the 'Comment' attribute isn't clear, there really should be more of a description here...
setComment(String),
ExmaraldaBasicPackage.getSpeaker_Comment()void setComment(String value)
Comment' attribute.
value - the new value of the 'Comment' attribute.getComment()org.eclipse.emf.common.util.EList<UDInformation> getUdSpeakerInformations()
UDInformation.
If the meaning of the 'Ud Speaker Informations' containment reference list isn't clear, there really should be more of a description here...
ExmaraldaBasicPackage.getSpeaker_UdSpeakerInformations()org.eclipse.emf.common.util.EList<String> getLanguageUsed()
String.
If the meaning of the 'Language Used' attribute list isn't clear, there really should be more of a description here...
ExmaraldaBasicPackage.getSpeaker_LanguageUsed()org.eclipse.emf.common.util.EList<String> getL1()
String.
If the meaning of the 'L1' attribute list isn't clear, there really should be more of a description here...
ExmaraldaBasicPackage.getSpeaker_L1()org.eclipse.emf.common.util.EList<String> getL2()
String.
If the meaning of the 'L2' attribute list isn't clear, there really should be more of a description here...
ExmaraldaBasicPackage.getSpeaker_L2()Copyright © 2020. All rights reserved.