public class SpeakerImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements Speaker
The following features are implemented:
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImplorg.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList| Modifier and Type | Field and Description |
|---|---|
protected String |
abbreviation
The cached value of the '
Abbreviation' attribute |
protected static String |
ABBREVIATION_EDEFAULT
The default value of the '
Abbreviation' attribute |
protected String |
comment
The cached value of the '
Comment' attribute |
protected static String |
COMMENT_EDEFAULT
The default value of the '
Comment' attribute |
protected String |
id
The cached value of the '
Id' attribute |
protected static String |
ID_EDEFAULT
The default value of the '
Id' attribute |
protected org.eclipse.emf.common.util.EList<String> |
l1
The cached value of the '
L1' attribute list |
protected org.eclipse.emf.common.util.EList<String> |
l2
The cached value of the '
L2' attribute list |
protected org.eclipse.emf.common.util.EList<String> |
languageUsed
The cached value of the '
Language Used' attribute list |
protected SPEAKER_SEX |
sex
The cached value of the '
Sex' attribute |
protected static SPEAKER_SEX |
SEX_EDEFAULT
The default value of the '
Sex' attribute |
protected boolean |
sexESet
This is true if the Sex attribute has been set
|
protected org.eclipse.emf.common.util.EList<UDInformation> |
udSpeakerInformations
The cached value of the '
Ud Speaker Informations' containment reference list |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY| Modifier | Constructor and Description |
|---|---|
protected |
SpeakerImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
String |
getAbbreviation() |
String |
getComment() |
String |
getId() |
org.eclipse.emf.common.util.EList<String> |
getL1() |
org.eclipse.emf.common.util.EList<String> |
getL2() |
org.eclipse.emf.common.util.EList<String> |
getLanguageUsed() |
SPEAKER_SEX |
getSex() |
org.eclipse.emf.common.util.EList<UDInformation> |
getUdSpeakerInformations() |
boolean |
isSetSex() |
void |
setAbbreviation(String newAbbreviation) |
void |
setComment(String newComment) |
void |
setId(String newId) |
void |
setSex(SPEAKER_SEX newSex) |
String |
toString() |
void |
unsetSex() |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURIeAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValueseBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waiteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected static final String ID_EDEFAULT
Id' attribute.
getId()protected static final String ABBREVIATION_EDEFAULT
Abbreviation' attribute.
getAbbreviation()protected String abbreviation
Abbreviation' attribute.
getAbbreviation()protected static final SPEAKER_SEX SEX_EDEFAULT
Sex' attribute.
getSex()protected SPEAKER_SEX sex
Sex' attribute.
getSex()protected boolean sexESet
protected static final String COMMENT_EDEFAULT
Comment' attribute.
getComment()protected String comment
Comment' attribute.
getComment()protected org.eclipse.emf.common.util.EList<UDInformation> udSpeakerInformations
Ud Speaker Informations' containment reference list.
getUdSpeakerInformations()protected org.eclipse.emf.common.util.EList<String> languageUsed
Language Used' attribute list.
getLanguageUsed()protected org.eclipse.emf.common.util.EList<String> l1
L1' attribute list.
getL1()protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class org.eclipse.emf.ecore.impl.EObjectImplpublic String getId()
getId in interface SpeakerSpeaker.setId(String),
ExmaraldaBasicPackage.getSpeaker_Id()public void setId(String newId)
setId in interface SpeakernewId - the new value of the 'Id' attribute.Speaker.getId()public String getAbbreviation()
getAbbreviation in interface SpeakerSpeaker.setAbbreviation(String),
ExmaraldaBasicPackage.getSpeaker_Abbreviation()public void setAbbreviation(String newAbbreviation)
setAbbreviation in interface SpeakernewAbbreviation - the new value of the 'Abbreviation' attribute.Speaker.getAbbreviation()public SPEAKER_SEX getSex()
getSex in interface SpeakerSPEAKER_SEX,
Speaker.isSetSex(),
Speaker.unsetSex(),
Speaker.setSex(SPEAKER_SEX),
ExmaraldaBasicPackage.getSpeaker_Sex()public void setSex(SPEAKER_SEX newSex)
setSex in interface SpeakernewSex - the new value of the 'Sex' attribute.SPEAKER_SEX,
Speaker.isSetSex(),
Speaker.unsetSex(),
Speaker.getSex()public void unsetSex()
unsetSex in interface SpeakerSpeaker.isSetSex(),
Speaker.getSex(),
Speaker.setSex(SPEAKER_SEX)public boolean isSetSex()
isSetSex in interface SpeakerSpeaker.unsetSex(),
Speaker.getSex(),
Speaker.setSex(SPEAKER_SEX)public String getComment()
getComment in interface SpeakerSpeaker.setComment(String),
ExmaraldaBasicPackage.getSpeaker_Comment()public void setComment(String newComment)
setComment in interface SpeakernewComment - the new value of the 'Comment' attribute.Speaker.getComment()public org.eclipse.emf.common.util.EList<UDInformation> getUdSpeakerInformations()
getUdSpeakerInformations in interface SpeakerExmaraldaBasicPackage.getSpeaker_UdSpeakerInformations()public org.eclipse.emf.common.util.EList<String> getLanguageUsed()
getLanguageUsed in interface SpeakerExmaraldaBasicPackage.getSpeaker_LanguageUsed()public org.eclipse.emf.common.util.EList<String> getL1()
getL1 in interface SpeakerExmaraldaBasicPackage.getSpeaker_L1()public org.eclipse.emf.common.util.EList<String> getL2()
getL2 in interface SpeakerExmaraldaBasicPackage.getSpeaker_L2()public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eSet(int featureID,
Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImplCopyright © 2020. All rights reserved.