Package org.eclipse.epf.uma
Interface DeliverableDescription
- All Superinterfaces:
ContentDescription,Element,org.eclipse.emf.ecore.EObject,MethodElement,MethodUnit,NamedElement,org.eclipse.emf.common.notify.Notifier,PackageableElement,WorkProductDescription
- All Known Implementing Classes:
DeliverableDescriptionImpl
public interface DeliverableDescription extends WorkProductDescription
A representation of the model object 'Deliverable Description'.
The following features are supported:
- See Also:
UmaPackage.getDeliverableDescription()
-
Method Summary
Modifier and Type Method Description java.lang.StringgetExternalDescription()Returns the value of the 'External Description' attribute.java.lang.StringgetPackagingGuidance()Returns the value of the 'Packaging Guidance' attribute.voidsetExternalDescription(java.lang.String value)Sets the value of the 'External Description' attribute.voidsetPackagingGuidance(java.lang.String value)Sets the value of the 'Packaging Guidance' attribute.Methods 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, eSetDeliverMethods inherited from interface org.eclipse.epf.uma.WorkProductDescription
getImpactOfNotHaving, getPurpose, getReasonsForNotNeeding, setImpactOfNotHaving, setPurpose, setReasonsForNotNeeding
-
Method Details
-
getExternalDescription
java.lang.String getExternalDescription()Returns the value of the 'External Description' attribute. The default value is"". The description of the Deliverable used for client documents (proposal, statements of work or contractual agreements). It might use a different language and follow legal constraints.- Returns:
- the value of the 'External Description' attribute.
- See Also:
setExternalDescription(String),UmaPackage.getDeliverableDescription_ExternalDescription()
-
setExternalDescription
void setExternalDescription(java.lang.String value)Sets the value of the 'External Description' attribute.- Parameters:
value- the new value of the 'External Description' attribute.- See Also:
getExternalDescription()
-
getPackagingGuidance
java.lang.String getPackagingGuidance()Returns the value of the 'Packaging Guidance' attribute. The default value is"". Provides guidance on how to assemble the deliverable from all its required inputs. This section describes the most common content medium and format. Distribution of the deliverable is addressed in this section, if necessary.- Returns:
- the value of the 'Packaging Guidance' attribute.
- See Also:
setPackagingGuidance(String),UmaPackage.getDeliverableDescription_PackagingGuidance()
-
setPackagingGuidance
void setPackagingGuidance(java.lang.String value)Sets the value of the 'Packaging Guidance' attribute.- Parameters:
value- the new value of the 'Packaging Guidance' attribute.- See Also:
getPackagingGuidance()
-