org.openxma.dsl.ddl.ddlDsl.CreateTable Maven / Gradle / Ivy
/**
*
*
*
*/
package org.openxma.dsl.ddl.ddlDsl;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Create Table'.
*
*
*
* The following features are supported:
*
* - {@link org.openxma.dsl.ddl.ddlDsl.CreateTable#getProperties Properties}
*
*
*
* @see org.openxma.dsl.ddl.ddlDsl.DdlDslPackage#getCreateTable()
* @model
* @generated
*/
public interface CreateTable extends Create
{
/**
* Returns the value of the 'Properties' containment reference list.
* The list contents are of type {@link org.openxma.dsl.ddl.ddlDsl.TableProperty}.
*
*
* If the meaning of the 'Properties' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Properties' containment reference list.
* @see org.openxma.dsl.ddl.ddlDsl.DdlDslPackage#getCreateTable_Properties()
* @model containment="true"
* @generated
*/
EList getProperties();
} // CreateTable