/**
*/
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>Variant Value</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link de.gebit.integrity.dsl.VariantValue#getNames <em>Names</em>}</li>
* <li>{@link de.gebit.integrity.dsl.VariantValue#getValue <em>Value</em>}</li>
* </ul>
*
* @see de.gebit.integrity.dsl.DslPackage#getVariantValue()
* @model
* @generated
*/
public interface VariantValue extends EObject
{
/**
* Returns the value of the '<em><b>Names</b></em>' reference list.
* The list contents are of type {@link de.gebit.integrity.dsl.VariantDefinition}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Names</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Names</em>' reference list.
* @see de.gebit.integrity.dsl.DslPackage#getVariantValue_Names()
* @model
* @generated
*/
EList<VariantDefinition> getNames();
/**
* 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(ValueOrEnumValueOrOperationCollection)
* @see de.gebit.integrity.dsl.DslPackage#getVariantValue_Value()
* @model containment="true"
* @generated
*/
ValueOrEnumValueOrOperationCollection getValue();
/**
* Sets the value of the '{@link de.gebit.integrity.dsl.VariantValue#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(ValueOrEnumValueOrOperationCollection value);
} // VariantValue