org.openxma.dsl.ddl.ddlDsl.Ddl Maven / Gradle / Ivy
The newest version!
/**
*
*
*
*/
package org.openxma.dsl.ddl.ddlDsl;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Ddl'.
*
*
*
* The following features are supported:
*
* - {@link org.openxma.dsl.ddl.ddlDsl.Ddl#getStatements Statements}
*
*
*
* @see org.openxma.dsl.ddl.ddlDsl.DdlDslPackage#getDdl()
* @model
* @generated
*/
public interface Ddl extends EObject
{
/**
* Returns the value of the 'Statements' containment reference list.
* The list contents are of type {@link org.openxma.dsl.ddl.ddlDsl.DdlStatement}.
*
*
* If the meaning of the 'Statements' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Statements' containment reference list.
* @see org.openxma.dsl.ddl.ddlDsl.DdlDslPackage#getDdl_Statements()
* @model containment="true"
* @generated
*/
EList getStatements();
} // Ddl