Package org.eclipse.epf.uma
Interface PracticeDescription
- All Superinterfaces:
ContentDescription
,Element
,org.eclipse.emf.ecore.EObject
,MethodElement
,MethodUnit
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PackageableElement
- All Known Implementing Classes:
PracticeDescriptionImpl
public interface PracticeDescription extends ContentDescription
A representation of the model object 'Practice Description'.
The following features are supported:
- See Also:
UmaPackage.getPracticeDescription()
-
Method Summary
Modifier and Type Method Description java.lang.String
getAdditionalInfo()
Returns the value of the 'Additional Info' attribute.java.lang.String
getApplication()
Returns the value of the 'Application' attribute.java.lang.String
getBackground()
Returns the value of the 'Background' attribute.java.lang.String
getGoals()
Returns the value of the 'Goals' attribute.java.lang.String
getLevelsOfAdoption()
Returns the value of the 'Levels Of Adoption' attribute.java.lang.String
getProblem()
Returns the value of the 'Problem' attribute.void
setAdditionalInfo(java.lang.String value)
Sets the value of the 'Additional Info
' attribute.void
setApplication(java.lang.String value)
Sets the value of the 'Application
' attribute.void
setBackground(java.lang.String value)
Sets the value of the 'Background
' attribute.void
setGoals(java.lang.String value)
Sets the value of the 'Goals
' attribute.void
setLevelsOfAdoption(java.lang.String value)
Sets the value of the 'Levels Of Adoption
' attribute.void
setProblem(java.lang.String value)
Sets the value of the 'Problem
' attribute.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.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
java.lang.String getAdditionalInfo()Returns the value of the 'Additional Info' attribute. The default value is""
. Any additional Information not covered by the other attributes.- Returns:
- the value of the 'Additional Info' attribute.
- See Also:
setAdditionalInfo(String)
,UmaPackage.getPracticeDescription_AdditionalInfo()
-
setAdditionalInfo
void setAdditionalInfo(java.lang.String value)Sets the value of the 'Additional Info
' attribute.- Parameters:
value
- the new value of the 'Additional Info' attribute.- See Also:
getAdditionalInfo()
-
getProblem
java.lang.String getProblem()Returns the value of the 'Problem' attribute. The default value is""
. A description of the problem the Practice addresses.- Returns:
- the value of the 'Problem' attribute.
- See Also:
setProblem(String)
,UmaPackage.getPracticeDescription_Problem()
-
setProblem
void setProblem(java.lang.String value)Sets the value of the 'Problem
' attribute.- Parameters:
value
- the new value of the 'Problem' attribute.- See Also:
getProblem()
-
getBackground
java.lang.String getBackground()Returns the value of the 'Background' attribute. The default value is""
. Elaboration on the background and the context in which the problem occurs and where the solution described by this Practice will fit in.- Returns:
- the value of the 'Background' attribute.
- See Also:
setBackground(String)
,UmaPackage.getPracticeDescription_Background()
-
setBackground
void setBackground(java.lang.String value)Sets the value of the 'Background
' attribute.- Parameters:
value
- the new value of the 'Background' attribute.- See Also:
getBackground()
-
getGoals
java.lang.String getGoals()Returns the value of the 'Goals' attribute. The default value is""
. A summary of the overall goals to be addressed by the Practice.- Returns:
- the value of the 'Goals' attribute.
- See Also:
setGoals(String)
,UmaPackage.getPracticeDescription_Goals()
-
setGoals
void setGoals(java.lang.String value)Sets the value of the 'Goals
' attribute.- Parameters:
value
- the new value of the 'Goals' attribute.- See Also:
getGoals()
-
getApplication
java.lang.String getApplication()Returns the value of the 'Application' attribute. The default value is""
. Describes how the Practice is being applied or introduced into the context described in background.- Returns:
- the value of the 'Application' attribute.
- See Also:
setApplication(String)
,UmaPackage.getPracticeDescription_Application()
-
setApplication
void setApplication(java.lang.String value)Sets the value of the 'Application
' attribute.- Parameters:
value
- the new value of the 'Application' attribute.- See Also:
getApplication()
-
getLevelsOfAdoption
java.lang.String getLevelsOfAdoption()Returns the value of the 'Levels Of Adoption' attribute. The default value is""
. Outlines the different forms or variants in which the practice could be realized. (e.g. full adoption verus a partial adoption of the Practice)- Returns:
- the value of the 'Levels Of Adoption' attribute.
- See Also:
setLevelsOfAdoption(String)
,UmaPackage.getPracticeDescription_LevelsOfAdoption()
-
setLevelsOfAdoption
void setLevelsOfAdoption(java.lang.String value)Sets the value of the 'Levels Of Adoption
' attribute.- Parameters:
value
- the new value of the 'Levels Of Adoption' attribute.- See Also:
getLevelsOfAdoption()
-