/** */ package de.ugoe.cs.swe.bnftools.ebnf; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Merge Entry'. * * *

* The following features are supported: *

*

* * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getMergeEntry() * @model * @generated */ public interface MergeEntry extends EObject { /** * Returns the value of the 'Sectionheader' containment reference. * *

* If the meaning of the 'Sectionheader' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Sectionheader' containment reference. * @see #setSectionheader(SectionHeading) * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getMergeEntry_Sectionheader() * @model containment="true" * @generated */ SectionHeading getSectionheader(); /** * Sets the value of the '{@link de.ugoe.cs.swe.bnftools.ebnf.MergeEntry#getSectionheader Sectionheader}' containment reference. * * * @param value the new value of the 'Sectionheader' containment reference. * @see #getSectionheader() * @generated */ void setSectionheader(SectionHeading value); /** * Returns the value of the 'Merge Rule' containment reference. * *

* If the meaning of the 'Merge Rule' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Merge Rule' containment reference. * @see #setMergeRule(MergeRule) * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getMergeEntry_MergeRule() * @model containment="true" * @generated */ MergeRule getMergeRule(); /** * Sets the value of the '{@link de.ugoe.cs.swe.bnftools.ebnf.MergeEntry#getMergeRule Merge Rule}' containment reference. * * * @param value the new value of the 'Merge Rule' containment reference. * @see #getMergeRule() * @generated */ void setMergeRule(MergeRule value); } // MergeEntry