public interface DocumentationSpecification extends EObject
The following features are supported:
FieldofactivityannotationsPackage.getDocumentationSpecification()| Modifier and Type | Method and Description |
|---|---|
EList<ComponentDocumentationFiles> |
getComponentDocumentation()
Returns the value of the 'Component Documentation' containment reference list.
|
EList<InterfaceDocumentationFiles> |
getInterfaceDocumentation()
Returns the value of the 'Interface Documentation' containment reference list.
|
EList<ModuleDocumentationFiles> |
getModuleDocumentation()
Returns the value of the 'Module Documentation' containment reference list.
|
FieldOfActivityAnnotationRepository |
getParent()
Returns the value of the 'Parent' container reference.
|
Role |
getRole()
Returns the value of the 'Role' reference.
|
EList<StructureDocumentationFiles> |
getStructureDocumentation()
Returns the value of the 'Structure Documentation' containment reference list.
|
void |
setParent(FieldOfActivityAnnotationRepository value)
Sets the value of the '
Parent' container reference. |
void |
setRole(Role value)
Sets the value of the '
Role' reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverFieldOfActivityAnnotationRepository getParent()
Documentation Specification'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(FieldOfActivityAnnotationRepository),
FieldofactivityannotationsPackage.getDocumentationSpecification_Parent(),
FieldOfActivityAnnotationRepository.getDocumentationSpecification()void setParent(FieldOfActivityAnnotationRepository value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()EList<ComponentDocumentationFiles> getComponentDocumentation()
ComponentDocumentationFiles.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Component Documentation' containment reference list isn't clear, there really should be more of a description here...
FieldofactivityannotationsPackage.getDocumentationSpecification_ComponentDocumentation(),
ComponentDocumentationFiles.getParent()EList<ModuleDocumentationFiles> getModuleDocumentation()
ModuleDocumentationFiles.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Module Documentation' containment reference list isn't clear, there really should be more of a description here...
FieldofactivityannotationsPackage.getDocumentationSpecification_ModuleDocumentation(),
ModuleDocumentationFiles.getParent()EList<InterfaceDocumentationFiles> getInterfaceDocumentation()
InterfaceDocumentationFiles.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Interface Documentation' containment reference list isn't clear, there really should be more of a description here...
FieldofactivityannotationsPackage.getDocumentationSpecification_InterfaceDocumentation(),
InterfaceDocumentationFiles.getParent()EList<StructureDocumentationFiles> getStructureDocumentation()
StructureDocumentationFiles.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Structure Documentation' containment reference list isn't clear, there really should be more of a description here...
FieldofactivityannotationsPackage.getDocumentationSpecification_StructureDocumentation(),
StructureDocumentationFiles.getParent()Role getRole()
If the meaning of the 'Role' reference isn't clear, there really should be more of a description here...
setRole(Role),
FieldofactivityannotationsPackage.getDocumentationSpecification_Role()