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 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()