Package org.eclipse.epf.uma.impl
Class ProcessComponentImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
,org.eclipse.emf.ecore.InternalEObject
,Element
,MethodElement
,MethodPackage
,MethodUnit
,NamedElement
,Namespace
,Package
,PackageableElement
,ProcessComponent
,ProcessPackage
public class ProcessComponentImpl extends ProcessPackageImpl implements ProcessComponent
An implementation of the model object 'Process Component'.
The following features are implemented:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
-
Field Summary
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NIL
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
-
Method Summary
Modifier and Type Method Description SupportingMaterial
basicGetCopyrightStatement()
Process
basicGetProcess()
org.eclipse.emf.common.notify.NotificationChain
basicSetProcess(Process newProcess, org.eclipse.emf.common.notify.NotificationChain msgs)
int
eBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class<?> baseClass)
int
eDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class<?> baseClass)
java.lang.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, java.lang.Object newValue)
void
eUnset(int featureID)
java.lang.String
getAuthors()
java.util.Date
getChangeDate()
java.lang.String
getChangeDescription()
SupportingMaterial
getCopyrightStatement()
org.eclipse.emf.common.util.EList<ProcessComponentInterface>
getInterfaces()
Process
getProcess()
java.lang.String
getVersion()
void
setAuthors(java.lang.String newAuthors)
void
setChangeDate(java.util.Date newChangeDate)
void
setChangeDescription(java.lang.String newChangeDescription)
void
setCopyrightStatement(SupportingMaterial newCopyrightStatement)
void
setProcess(Process newProcess)
void
setVersion(java.lang.String newVersion)
java.lang.String
toString()
Methods inherited from class org.eclipse.epf.uma.impl.ProcessPackageImpl
getDiagrams, getProcessElements
Methods inherited from class org.eclipse.epf.uma.impl.MethodPackageImpl
getChildPackages, getGlobal, getReusedPackages, setGlobal
Methods inherited from class org.eclipse.epf.uma.impl.MethodElementImpl
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressed
Methods inherited from class org.eclipse.epf.uma.impl.NamedElementImpl
getName, setName
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eInternalContainer
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eIsProxy, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
Methods inherited from interface org.eclipse.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressed
Methods inherited from interface org.eclipse.epf.uma.MethodPackage
getChildPackages, getGlobal, getReusedPackages, setGlobal
Methods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.eclipse.epf.uma.ProcessPackage
getDiagrams, getProcessElements
-
Method Details
-
getAuthors
public java.lang.String getAuthors()- Specified by:
getAuthors
in interfaceMethodUnit
- Returns:
- the value of the 'Authors' attribute.
- See Also:
MethodUnit.setAuthors(String)
,UmaPackage.getMethodUnit_Authors()
-
setAuthors
public void setAuthors(java.lang.String newAuthors)- Specified by:
setAuthors
in interfaceMethodUnit
- Parameters:
newAuthors
- the new value of the 'Authors' attribute.- See Also:
MethodUnit.getAuthors()
-
getChangeDate
public java.util.Date getChangeDate()- Specified by:
getChangeDate
in interfaceMethodUnit
- Returns:
- the value of the 'Change Date' attribute.
- See Also:
MethodUnit.setChangeDate(Date)
,UmaPackage.getMethodUnit_ChangeDate()
-
setChangeDate
public void setChangeDate(java.util.Date newChangeDate)- Specified by:
setChangeDate
in interfaceMethodUnit
- Parameters:
newChangeDate
- the new value of the 'Change Date' attribute.- See Also:
MethodUnit.getChangeDate()
-
getChangeDescription
public java.lang.String getChangeDescription()- Specified by:
getChangeDescription
in interfaceMethodUnit
- Returns:
- the value of the 'Change Description' attribute.
- See Also:
MethodUnit.setChangeDescription(String)
,UmaPackage.getMethodUnit_ChangeDescription()
-
setChangeDescription
public void setChangeDescription(java.lang.String newChangeDescription)- Specified by:
setChangeDescription
in interfaceMethodUnit
- Parameters:
newChangeDescription
- the new value of the 'Change Description' attribute.- See Also:
MethodUnit.getChangeDescription()
-
getVersion
public java.lang.String getVersion()- Specified by:
getVersion
in interfaceMethodUnit
- Returns:
- the value of the 'Version' attribute.
- See Also:
MethodUnit.setVersion(String)
,UmaPackage.getMethodUnit_Version()
-
setVersion
public void setVersion(java.lang.String newVersion)- Specified by:
setVersion
in interfaceMethodUnit
- Parameters:
newVersion
- the new value of the 'Version' attribute.- See Also:
MethodUnit.getVersion()
-
getCopyrightStatement
- Specified by:
getCopyrightStatement
in interfaceMethodUnit
- Returns:
- the value of the 'Copyright Statement' reference.
- See Also:
MethodUnit.setCopyrightStatement(SupportingMaterial)
,UmaPackage.getMethodUnit_CopyrightStatement()
-
basicGetCopyrightStatement
-
setCopyrightStatement
- Specified by:
setCopyrightStatement
in interfaceMethodUnit
- Parameters:
newCopyrightStatement
- the new value of the 'Copyright Statement' reference.- See Also:
MethodUnit.getCopyrightStatement()
-
getInterfaces
- Specified by:
getInterfaces
in interfaceProcessComponent
- Returns:
- the value of the 'Interfaces' reference list.
- See Also:
UmaPackage.getProcessComponent_Interfaces()
-
getProcess
- Specified by:
getProcess
in interfaceProcessComponent
- Returns:
- the value of the 'Process' containment reference.
- See Also:
ProcessComponent.setProcess(org.eclipse.epf.uma.Process)
,UmaPackage.getProcessComponent_Process()
-
basicGetProcess
-
basicSetProcess
public org.eclipse.emf.common.notify.NotificationChain basicSetProcess(Process newProcess, org.eclipse.emf.common.notify.NotificationChain msgs) -
setProcess
- Specified by:
setProcess
in interfaceProcessComponent
- Parameters:
newProcess
- the new value of the 'Process' containment reference.- See Also:
ProcessComponent.getProcess()
-
eInverseRemove
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)- Overrides:
eInverseRemove
in classProcessPackageImpl
-
eGet
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)- Specified by:
eGet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eGet
in classProcessPackageImpl
-
eSet
public void eSet(int featureID, java.lang.Object newValue)- Specified by:
eSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eSet
in classProcessPackageImpl
-
eUnset
public void eUnset(int featureID)- Specified by:
eUnset
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eUnset
in classProcessPackageImpl
-
eIsSet
public boolean eIsSet(int featureID)- Specified by:
eIsSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eIsSet
in classProcessPackageImpl
-
eBaseStructuralFeatureID
public int eBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class<?> baseClass)- Specified by:
eBaseStructuralFeatureID
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eBaseStructuralFeatureID
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eDerivedStructuralFeatureID
public int eDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class<?> baseClass)- Specified by:
eDerivedStructuralFeatureID
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eDerivedStructuralFeatureID
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
toString
public java.lang.String toString()- Overrides:
toString
in classMethodPackageImpl
-