|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.sintef.mofscript.traceabilitymodel.impl.ModelElementRefImpl
public class ModelElementRefImpl
An implementation of the model object 'Model Element Ref'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
org.eclipse.emf.ecore.InternalEObject.EStore |
Field Summary | |
---|---|
protected static java.lang.String |
FEATURE_REF_EDEFAULT
The default value of the ' Feature Ref ' attribute |
protected java.lang.String |
featureRef
The cached value of the ' Feature Ref ' attribute |
protected java.lang.String |
id
The cached value of the ' ID ' attribute |
protected static java.lang.String |
ID_EDEFAULT
The default value of the ' ID ' attribute |
protected java.lang.String |
name
The cached value of the ' Name ' attribute |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the ' Name ' attribute |
protected java.lang.String |
uri
The cached value of the ' Uri ' attribute |
protected static java.lang.String |
URI_EDEFAULT
The default value of the ' Uri ' attribute |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
ModelElementRefImpl()
|
Method Summary | |
---|---|
java.lang.Object |
eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
boolean resolve)
|
boolean |
eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
|
void |
eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
java.lang.Object newValue)
|
protected org.eclipse.emf.ecore.EClass |
eStaticClass()
|
void |
eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
|
java.lang.String |
getFeatureRef()
|
java.lang.String |
getID()
|
java.lang.String |
getName()
|
java.lang.String |
getUri()
|
void |
setFeatureRef(java.lang.String newFeatureRef)
|
void |
setID(java.lang.String newID)
|
void |
setName(java.lang.String newName)
|
void |
setUri(java.lang.String newUri)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eStaticFeatureCount, eStore, eURIFragmentSegment |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eIsProxy, eResource |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final java.lang.String ID_EDEFAULT
ID
' attribute.
getID()
,
Constant Field Valuesprotected java.lang.String id
ID
' attribute.
getID()
protected static final java.lang.String NAME_EDEFAULT
Name
' attribute.
getName()
,
Constant Field Valuesprotected java.lang.String name
Name
' attribute.
getName()
protected static final java.lang.String FEATURE_REF_EDEFAULT
Feature Ref
' attribute.
getFeatureRef()
,
Constant Field Valuesprotected java.lang.String featureRef
Feature Ref
' attribute.
getFeatureRef()
protected static final java.lang.String URI_EDEFAULT
Uri
' attribute.
getUri()
,
Constant Field Valuesprotected java.lang.String uri
Uri
' attribute.
getUri()
Constructor Detail |
---|
protected ModelElementRefImpl()
Method Detail |
---|
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class org.eclipse.emf.ecore.impl.EObjectImpl
public java.lang.String getID()
getID
in interface ModelElementRef
ModelElementRef.setID(String)
,
TraceabilitymodelPackage.getModelElementRef_ID()
public void setID(java.lang.String newID)
setID
in interface ModelElementRef
newID
- the new value of the 'ID' attribute.ModelElementRef.getID()
public java.lang.String getName()
getName
in interface ModelElementRef
ModelElementRef.setName(String)
,
TraceabilitymodelPackage.getModelElementRef_Name()
public void setName(java.lang.String newName)
setName
in interface ModelElementRef
newName
- the new value of the 'Name' attribute.ModelElementRef.getName()
public java.lang.String getFeatureRef()
getFeatureRef
in interface ModelElementRef
ModelElementRef.setFeatureRef(String)
,
TraceabilitymodelPackage.getModelElementRef_FeatureRef()
public void setFeatureRef(java.lang.String newFeatureRef)
setFeatureRef
in interface ModelElementRef
newFeatureRef
- the new value of the 'Feature Ref' attribute.ModelElementRef.getFeatureRef()
public java.lang.String getUri()
getUri
in interface ModelElementRef
ModelElementRef.setUri(String)
,
TraceabilitymodelPackage.getModelElementRef_Uri()
public void setUri(java.lang.String newUri)
setUri
in interface ModelElementRef
newUri
- the new value of the 'Uri' attribute.ModelElementRef.getUri()
public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature, boolean resolve)
eGet
in interface org.eclipse.emf.ecore.EObject
eGet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.EObject
eSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eUnset
in interface org.eclipse.emf.ecore.EObject
eUnset
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eIsSet
in interface org.eclipse.emf.ecore.EObject
eIsSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |