Package org.eclipse.epf.uma
Interface BreakdownElementDescription
- All Superinterfaces:
ContentDescription
,Element
,org.eclipse.emf.ecore.EObject
,MethodElement
,MethodUnit
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PackageableElement
- All Known Subinterfaces:
ActivityDescription
,DeliveryProcessDescription
,DescriptorDescription
,ProcessDescription
- All Known Implementing Classes:
ActivityDescriptionImpl
,BreakdownElementDescriptionImpl
,DeliveryProcessDescriptionImpl
,DescriptorDescriptionImpl
,ProcessDescriptionImpl
public interface BreakdownElementDescription extends ContentDescription
A representation of the model object 'Breakdown Element Description'.
The following features are supported:
-
Method Summary
Modifier and Type Method Description java.lang.String
getUsageGuidance()
Returns the value of the 'Usage Guidance' attribute.void
setUsageGuidance(java.lang.String value)
Sets the value of the 'Usage Guidance
' 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
-
getUsageGuidance
java.lang.String getUsageGuidance()Returns the value of the 'Usage Guidance' attribute. The default value is""
. Provides information and guidance on the meaning of the Boolean flag values and under what circumstances they should be overridden. For example, it describes why the breakdown element is optional or considerations for repeating it and differences in the individual occurrences of this Breakdown Element across the lifecycle.- Returns:
- the value of the 'Usage Guidance' attribute.
- See Also:
setUsageGuidance(String)
,UmaPackage.getBreakdownElementDescription_UsageGuidance()
-
setUsageGuidance
void setUsageGuidance(java.lang.String value)Sets the value of the 'Usage Guidance
' attribute.- Parameters:
value
- the new value of the 'Usage Guidance' attribute.- See Also:
getUsageGuidance()
-