All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy