Package org.eclipse.epf.uma
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 Summary
Modifier and Type Method Description java.lang.StringgetAttachments()Returns the value of the 'Attachments' attribute.voidsetAttachments(java.lang.String value)Sets the value of the 'Attachments' 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, eSetDeliver
-
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()
-