Package org.eclipse.epf.uma.impl
Class PracticeDescriptionImpl
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
,ContentDescription
,Element
,MethodElement
,MethodUnit
,NamedElement
,PackageableElement
,PracticeDescription
public class PracticeDescriptionImpl extends ContentDescriptionImpl implements PracticeDescription
An implementation of the model object 'Practice Description'.
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 java.lang.Object
eGet(int featureID, boolean resolve, boolean coreType)
boolean
eIsSet(int featureID)
void
eSet(int featureID, java.lang.Object newValue)
void
eUnset(int featureID)
java.lang.String
getAdditionalInfo()
java.lang.String
getApplication()
java.lang.String
getBackground()
java.lang.String
getGoals()
java.lang.String
getLevelsOfAdoption()
java.lang.String
getProblem()
void
setAdditionalInfo(java.lang.String newAdditionalInfo)
void
setApplication(java.lang.String newApplication)
void
setBackground(java.lang.String newBackground)
void
setGoals(java.lang.String newGoals)
void
setLevelsOfAdoption(java.lang.String newLevelsOfAdoption)
void
setProblem(java.lang.String newProblem)
java.lang.String
toString()
Methods inherited from class org.eclipse.epf.uma.impl.ContentDescriptionImpl
eInverseRemove, getExternalId, getKeyConsiderations, getLongPresentationName, getMainDescription, getSections, setExternalId, setKeyConsiderations, setLongPresentationName, setMainDescription
Methods inherited from class org.eclipse.epf.uma.impl.MethodUnitImpl
basicGetCopyrightStatement, getAuthors, getChangeDate, getChangeDescription, getCopyrightStatement, getVersion, setAuthors, setChangeDate, setChangeDescription, setCopyrightStatement, setVersion
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, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, 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.epf.uma.ContentDescription
getExternalId, getKeyConsiderations, getLongPresentationName, getMainDescription, getSections, setExternalId, setKeyConsiderations, setLongPresentationName, setMainDescription
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.MethodUnit
getAuthors, getChangeDate, getChangeDescription, getCopyrightStatement, getVersion, setAuthors, setChangeDate, setChangeDescription, setCopyrightStatement, setVersion
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
-
Method Details
-
getAdditionalInfo
public java.lang.String getAdditionalInfo()- Specified by:
getAdditionalInfo
in interfacePracticeDescription
- Returns:
- the value of the 'Additional Info' attribute.
- See Also:
PracticeDescription.setAdditionalInfo(String)
,UmaPackage.getPracticeDescription_AdditionalInfo()
-
setAdditionalInfo
public void setAdditionalInfo(java.lang.String newAdditionalInfo)- Specified by:
setAdditionalInfo
in interfacePracticeDescription
- Parameters:
newAdditionalInfo
- the new value of the 'Additional Info' attribute.- See Also:
PracticeDescription.getAdditionalInfo()
-
getProblem
public java.lang.String getProblem()- Specified by:
getProblem
in interfacePracticeDescription
- Returns:
- the value of the 'Problem' attribute.
- See Also:
PracticeDescription.setProblem(String)
,UmaPackage.getPracticeDescription_Problem()
-
setProblem
public void setProblem(java.lang.String newProblem)- Specified by:
setProblem
in interfacePracticeDescription
- Parameters:
newProblem
- the new value of the 'Problem' attribute.- See Also:
PracticeDescription.getProblem()
-
getBackground
public java.lang.String getBackground()- Specified by:
getBackground
in interfacePracticeDescription
- Returns:
- the value of the 'Background' attribute.
- See Also:
PracticeDescription.setBackground(String)
,UmaPackage.getPracticeDescription_Background()
-
setBackground
public void setBackground(java.lang.String newBackground)- Specified by:
setBackground
in interfacePracticeDescription
- Parameters:
newBackground
- the new value of the 'Background' attribute.- See Also:
PracticeDescription.getBackground()
-
getGoals
public java.lang.String getGoals()- Specified by:
getGoals
in interfacePracticeDescription
- Returns:
- the value of the 'Goals' attribute.
- See Also:
PracticeDescription.setGoals(String)
,UmaPackage.getPracticeDescription_Goals()
-
setGoals
public void setGoals(java.lang.String newGoals)- Specified by:
setGoals
in interfacePracticeDescription
- Parameters:
newGoals
- the new value of the 'Goals' attribute.- See Also:
PracticeDescription.getGoals()
-
getApplication
public java.lang.String getApplication()- Specified by:
getApplication
in interfacePracticeDescription
- Returns:
- the value of the 'Application' attribute.
- See Also:
PracticeDescription.setApplication(String)
,UmaPackage.getPracticeDescription_Application()
-
setApplication
public void setApplication(java.lang.String newApplication)- Specified by:
setApplication
in interfacePracticeDescription
- Parameters:
newApplication
- the new value of the 'Application' attribute.- See Also:
PracticeDescription.getApplication()
-
getLevelsOfAdoption
public java.lang.String getLevelsOfAdoption()- Specified by:
getLevelsOfAdoption
in interfacePracticeDescription
- Returns:
- the value of the 'Levels Of Adoption' attribute.
- See Also:
PracticeDescription.setLevelsOfAdoption(String)
,UmaPackage.getPracticeDescription_LevelsOfAdoption()
-
setLevelsOfAdoption
public void setLevelsOfAdoption(java.lang.String newLevelsOfAdoption)- Specified by:
setLevelsOfAdoption
in interfacePracticeDescription
- Parameters:
newLevelsOfAdoption
- the new value of the 'Levels Of Adoption' attribute.- See Also:
PracticeDescription.getLevelsOfAdoption()
-
eGet
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)- Specified by:
eGet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eGet
in classContentDescriptionImpl
-
eSet
public void eSet(int featureID, java.lang.Object newValue)- Specified by:
eSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eSet
in classContentDescriptionImpl
-
eUnset
public void eUnset(int featureID)- Specified by:
eUnset
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eUnset
in classContentDescriptionImpl
-
eIsSet
public boolean eIsSet(int featureID)- Specified by:
eIsSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eIsSet
in classContentDescriptionImpl
-
toString
public java.lang.String toString()- Overrides:
toString
in classContentDescriptionImpl
-