public class MetaInformationImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements MetaInformation
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 |
comment
The cached value of the '
Comment' attribute |
protected static String |
COMMENT_EDEFAULT
The default value of the '
Comment' attribute |
protected static String |
PROJECT_NAME_EDEFAULT
The default value of the '
Project Name' attribute |
protected String |
projectName
The cached value of the '
Project Name' attribute |
protected static String |
REFERENCED_FILE_EDEFAULT
The default value of the '
Referenced File' attribute |
protected String |
referencedFile
The cached value of the '
Referenced File' attribute |
protected static String |
TRANSCRIPTION_CONVENTION_EDEFAULT
The default value of the '
Transcription Convention' attribute |
protected static String |
TRANSCRIPTION_NAME_EDEFAULT
The default value of the '
Transcription Name' attribute |
protected String |
transcriptionConvention
The cached value of the '
Transcription Convention' attribute |
protected String |
transcriptionName
The cached value of the '
Transcription Name' attribute |
protected org.eclipse.emf.common.util.EList<UDInformation> |
udMetaInformations
The cached value of the '
Ud Meta Informations' containment reference list |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY| Modifier | Constructor and Description |
|---|---|
protected |
MetaInformationImpl() |
| 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 |
getComment() |
String |
getProjectName() |
String |
getReferencedFile() |
String |
getTranscriptionConvention() |
String |
getTranscriptionName() |
org.eclipse.emf.common.util.EList<UDInformation> |
getUdMetaInformations() |
void |
setComment(String newComment) |
void |
setProjectName(String newProjectName) |
void |
setReferencedFile(String newReferencedFile) |
void |
setTranscriptionConvention(String newTranscriptionConvention) |
void |
setTranscriptionName(String newTranscriptionName) |
String |
toString() |
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 PROJECT_NAME_EDEFAULT
Project Name' attribute.
getProjectName()protected String projectName
Project Name' attribute.
getProjectName()protected static final String TRANSCRIPTION_NAME_EDEFAULT
Transcription Name' attribute.
getTranscriptionName()protected String transcriptionName
Transcription Name' attribute.
getTranscriptionName()protected static final String REFERENCED_FILE_EDEFAULT
Referenced File' attribute.
getReferencedFile()protected String referencedFile
Referenced File' attribute.
getReferencedFile()protected static final String COMMENT_EDEFAULT
Comment' attribute.
getComment()protected String comment
Comment' attribute.
getComment()protected org.eclipse.emf.common.util.EList<UDInformation> udMetaInformations
Ud Meta Informations' containment reference list.
getUdMetaInformations()protected static final String TRANSCRIPTION_CONVENTION_EDEFAULT
Transcription Convention' attribute.
getTranscriptionConvention()protected String transcriptionConvention
Transcription Convention' attribute.
getTranscriptionConvention()protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class org.eclipse.emf.ecore.impl.EObjectImplpublic String getProjectName()
getProjectName in interface MetaInformationMetaInformation.setProjectName(String),
ExmaraldaBasicPackage.getMetaInformation_ProjectName()public void setProjectName(String newProjectName)
setProjectName in interface MetaInformationnewProjectName - the new value of the 'Project Name' attribute.MetaInformation.getProjectName()public String getTranscriptionName()
getTranscriptionName in interface MetaInformationMetaInformation.setTranscriptionName(String),
ExmaraldaBasicPackage.getMetaInformation_TranscriptionName()public void setTranscriptionName(String newTranscriptionName)
setTranscriptionName in interface MetaInformationnewTranscriptionName - the new value of the 'Transcription Name' attribute.MetaInformation.getTranscriptionName()public String getReferencedFile()
getReferencedFile in interface MetaInformationMetaInformation.setReferencedFile(String),
ExmaraldaBasicPackage.getMetaInformation_ReferencedFile()public void setReferencedFile(String newReferencedFile)
setReferencedFile in interface MetaInformationnewReferencedFile - the new value of the 'Referenced File' attribute.MetaInformation.getReferencedFile()public String getComment()
getComment in interface MetaInformationMetaInformation.setComment(String),
ExmaraldaBasicPackage.getMetaInformation_Comment()public void setComment(String newComment)
setComment in interface MetaInformationnewComment - the new value of the 'Comment' attribute.MetaInformation.getComment()public org.eclipse.emf.common.util.EList<UDInformation> getUdMetaInformations()
getUdMetaInformations in interface MetaInformationExmaraldaBasicPackage.getMetaInformation_UdMetaInformations()public String getTranscriptionConvention()
getTranscriptionConvention in interface MetaInformationMetaInformation.setTranscriptionConvention(String),
ExmaraldaBasicPackage.getMetaInformation_TranscriptionConvention()public void setTranscriptionConvention(String newTranscriptionConvention)
setTranscriptionConvention in interface MetaInformationnewTranscriptionConvention - the new value of the 'Transcription Convention' attribute.MetaInformation.getTranscriptionConvention()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.