Simple loop in EMF File - cannot find operation [message #1781019] |
Wed, 31 January 2018 15:47  |
Eclipse User |
|
|
|
I have my very simple EMF File (see attachment).
The script below says this error:
See details.
The execution of a script failed: Error during generation of Gendoc script :Cannot find operation (getOutputHasChapters()) for the type (Output)
<context element='{0}' /><drop/>
<gendoc><drop/>
[self.name/]
[for (chapter: Chapter| self.getOutputHasChapters())]<drop/>
[chapter.name/]
[/for] <drop/>
</gendoc><drop/>
Here is my interface of the Output object:
public interface Output extends GenDocSection {
/**
* Returns the value of the '<em><b>Output Has Chapters</b></em>' containment reference list.
* The list contents are of type {@link biz.astron.output.Chapter}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Output Has Chapters</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Output Has Chapters</em>' containment reference list.
* @see biz.astron.output.OutputPackage#getOutput_OutputHasChapters()
* @model containment="true"
* @generated
*/
EList<Chapter> getOutputHasChapters();
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05041 seconds