/** * generated by Xtext 2.18.0.M3 */ package org.eclipse.viatra.solver.language.solverLanguage; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Enum Interpretation'. * * *

* The following features are supported: *

* * * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getEnumInterpretation() * @model * @generated */ public interface EnumInterpretation extends CDInterpretation { /** * Returns the value of the 'Symbol' containment reference. * * * @return the value of the 'Symbol' containment reference. * @see #setSymbol(ModelSymbol) * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getEnumInterpretation_Symbol() * @model containment="true" * @generated */ ModelSymbol getSymbol(); /** * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.EnumInterpretation#getSymbol Symbol}' containment reference. * * * @param value the new value of the 'Symbol' containment reference. * @see #getSymbol() * @generated */ void setSymbol(ModelSymbol value); /** * Returns the value of the 'Objects' containment reference list. * The list contents are of type {@link org.eclipse.viatra.solver.language.solverLanguage.NamedObject}. * * * @return the value of the 'Objects' containment reference list. * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getEnumInterpretation_Objects() * @model containment="true" * @generated */ EList getObjects(); } // EnumInterpretation