org.openxma.dsl.ddl.ddlDsl.PrimaryKeyConstraint Maven / Gradle / Ivy
/**
*
*
*
*/
package org.openxma.dsl.ddl.ddlDsl;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Primary Key Constraint'.
*
*
*
* The following features are supported:
*
* - {@link org.openxma.dsl.ddl.ddlDsl.PrimaryKeyConstraint#getColumns Columns}
*
*
*
* @see org.openxma.dsl.ddl.ddlDsl.DdlDslPackage#getPrimaryKeyConstraint()
* @model
* @generated
*/
public interface PrimaryKeyConstraint extends Constraint
{
/**
* Returns the value of the 'Columns' reference list.
* The list contents are of type {@link org.openxma.dsl.ddl.ddlDsl.Column}.
*
*
* If the meaning of the 'Columns' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Columns' reference list.
* @see org.openxma.dsl.ddl.ddlDsl.DdlDslPackage#getPrimaryKeyConstraint_Columns()
* @model
* @generated
*/
EList getColumns();
} // PrimaryKeyConstraint