Interface GuidanceDescription

All Superinterfaces:
ContentDescription, Element, org.eclipse.emf.ecore.EObject, MethodElement, MethodUnit, NamedElement, org.eclipse.emf.common.notify.Notifier, PackageableElement
All Known Implementing Classes:
GuidanceDescriptionImpl

public interface GuidanceDescription
extends ContentDescription
A representation of the model object 'Guidance Description'.

The following features are supported:

See Also:
UmaPackage.getGuidanceDescription()
  • Method Details

    • getAttachments

      java.lang.String getAttachments()
      Returns the value of the 'Attachments' attribute. The default value is "". This field is primarily used for attachments augmenting the information provided for guidance. In particular the attribute is used for Templates, Examples, and Reusable Assets to contain the actual attachment described in the mainDescription. It can additionally contain representations of the guidance in just a third party format, e.g. PDF, MS Word, or Word Perfect.
      Returns:
      the value of the 'Attachments' attribute.
      See Also:
      setAttachments(String), UmaPackage.getGuidanceDescription_Attachments()
    • setAttachments

      void setAttachments​(java.lang.String value)
      Sets the value of the 'Attachments' attribute.
      Parameters:
      value - the new value of the 'Attachments' attribute.
      See Also:
      getAttachments()