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:

See Also:
UmaPackage.getBreakdownElementDescription()
  • 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()