/** */ package de.gebit.integrity.dsl; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Value Or Enum Value Or Operation Collection</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link de.gebit.integrity.dsl.ValueOrEnumValueOrOperationCollection#getValue <em>Value</em>}</li> * <li>{@link de.gebit.integrity.dsl.ValueOrEnumValueOrOperationCollection#getMoreValues <em>More Values</em>}</li> * </ul> * * @see de.gebit.integrity.dsl.DslPackage#getValueOrEnumValueOrOperationCollection() * @model * @generated */ public interface ValueOrEnumValueOrOperationCollection extends EObject { /** * Returns the value of the '<em><b>Value</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Value</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Value</em>' containment reference. * @see #setValue(ValueOrEnumValueOrOperation) * @see de.gebit.integrity.dsl.DslPackage#getValueOrEnumValueOrOperationCollection_Value() * @model containment="true" * @generated */ ValueOrEnumValueOrOperation getValue(); /** * Sets the value of the '{@link de.gebit.integrity.dsl.ValueOrEnumValueOrOperationCollection#getValue <em>Value</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Value</em>' containment reference. * @see #getValue() * @generated */ void setValue(ValueOrEnumValueOrOperation value); /** * Returns the value of the '<em><b>More Values</b></em>' containment reference list. * The list contents are of type {@link de.gebit.integrity.dsl.ValueOrEnumValueOrOperation}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>More Values</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>More Values</em>' containment reference list. * @see de.gebit.integrity.dsl.DslPackage#getValueOrEnumValueOrOperationCollection_MoreValues() * @model containment="true" * @generated */ EList<ValueOrEnumValueOrOperation> getMoreValues(); } // ValueOrEnumValueOrOperationCollection