Package org.eclipse.epf.uma
Interface DescriptorDescription
- All Superinterfaces:
BreakdownElementDescription,ContentDescription,Element,org.eclipse.emf.ecore.EObject,MethodElement,MethodUnit,NamedElement,org.eclipse.emf.common.notify.Notifier,PackageableElement
- All Known Implementing Classes:
DescriptorDescriptionImpl
public interface DescriptorDescription extends BreakdownElementDescription
A representation of the model object 'Descriptor Description'.
The following features are supported:
- See Also:
UmaPackage.getDescriptorDescription()
-
Method Summary
Modifier and Type Method Description java.lang.StringgetRefinedDescription()Returns the value of the 'Refined Description' attribute.voidsetRefinedDescription(java.lang.String value)Sets the value of the 'Refined Description' attribute.Methods inherited from interface org.eclipse.epf.uma.BreakdownElementDescription
getUsageGuidance, setUsageGuidanceMethods inherited from interface org.eclipse.epf.uma.ContentDescription
getExternalId, getKeyConsiderations, getLongPresentationName, getMainDescription, getSections, setExternalId, setKeyConsiderations, setLongPresentationName, setMainDescriptionMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressedMethods inherited from interface org.eclipse.epf.uma.MethodUnit
getAuthors, getChangeDate, getChangeDescription, getCopyrightStatement, getVersion, setAuthors, setChangeDate, setChangeDescription, setCopyrightStatement, setVersionMethods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRefinedDescription
java.lang.String getRefinedDescription()Returns the value of the 'Refined Description' attribute. The default value is"". A Descriptor might add refinements to the main description of the Content Element it refers to. For example, it could provide additional information about a Work Product relevant for the specific point in time in the process this Work Product type is being used. It could describe additional skills needed for a Role at that particular point in time in a process, etc.- Returns:
- the value of the 'Refined Description' attribute.
- See Also:
setRefinedDescription(String),UmaPackage.getDescriptorDescription_RefinedDescription()
-
setRefinedDescription
void setRefinedDescription(java.lang.String value)Sets the value of the 'Refined Description' attribute.- Parameters:
value- the new value of the 'Refined Description' attribute.- See Also:
getRefinedDescription()
-