/** */ package at.bestsolution.persistence.emap.eMap; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>EUnique Constraint</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link at.bestsolution.persistence.emap.eMap.EUniqueConstraint#getName <em>Name</em>}</li> * <li>{@link at.bestsolution.persistence.emap.eMap.EUniqueConstraint#getAttributes <em>Attributes</em>}</li> * </ul> * * @see at.bestsolution.persistence.emap.eMap.EMapPackage#getEUniqueConstraint() * @model * @generated */ public interface EUniqueConstraint extends EObject { /** * Returns the value of the '<em><b>Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Name</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Name</em>' attribute. * @see #setName(String) * @see at.bestsolution.persistence.emap.eMap.EMapPackage#getEUniqueConstraint_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link at.bestsolution.persistence.emap.eMap.EUniqueConstraint#getName <em>Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Name</em>' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the '<em><b>Attributes</b></em>' reference list. * The list contents are of type {@link at.bestsolution.persistence.emap.eMap.EAttribute}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Attributes</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>Attributes</em>' reference list. * @see at.bestsolution.persistence.emap.eMap.EMapPackage#getEUniqueConstraint_Attributes() * @model * @generated */ EList<EAttribute> getAttributes(); } // EUniqueConstraint