/** */ package org.dresdenocl.modelinstancetype.test.testmodel; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Enumeration Literal Provider Class</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.dresdenocl.modelinstancetype.test.testmodel.EnumerationLiteralProviderClass#getEnumerationLiteralProperty1 <em>Enumeration Literal Property1</em>}</li> * </ul> * </p> * * @see org.dresdenocl.modelinstancetype.test.testmodel.TestmodelPackage#getEnumerationLiteralProviderClass() * @model * @generated */ public interface EnumerationLiteralProviderClass extends EObject { /** * Returns the value of the '<em><b>Enumeration Literal Property1</b></em>' attribute. * The literals are from the enumeration {@link org.dresdenocl.modelinstancetype.test.testmodel.Enumeration1}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Enumeration Literal Property1</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Enumeration Literal Property1</em>' attribute. * @see org.dresdenocl.modelinstancetype.test.testmodel.Enumeration1 * @see #setEnumerationLiteralProperty1(Enumeration1) * @see org.dresdenocl.modelinstancetype.test.testmodel.TestmodelPackage#getEnumerationLiteralProviderClass_EnumerationLiteralProperty1() * @model unique="false" ordered="false" * @generated */ Enumeration1 getEnumerationLiteralProperty1(); /** * Sets the value of the '{@link org.dresdenocl.modelinstancetype.test.testmodel.EnumerationLiteralProviderClass#getEnumerationLiteralProperty1 <em>Enumeration Literal Property1</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Enumeration Literal Property1</em>' attribute. * @see org.dresdenocl.modelinstancetype.test.testmodel.Enumeration1 * @see #getEnumerationLiteralProperty1() * @generated */ void setEnumerationLiteralProperty1(Enumeration1 value); } // EnumerationLiteralProviderClass