org.openxma.dsl.dom.model.DataViewSourceDefinition Maven / Gradle / Ivy
/**
*
*
*
* $Id: DataViewSourceDefinition.java 6258 2010-07-12 18:18:12Z michael_clay $
*/
package org.openxma.dsl.dom.model;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Data View Source Definition'.
*
*
*
* The following features are supported:
*
* - {@link org.openxma.dsl.dom.model.DataViewSourceDefinition#getSources Sources}
*
*
*
* @see org.openxma.dsl.dom.DomPackage#getDataViewSourceDefinition()
* @model
* @generated
*/
public interface DataViewSourceDefinition extends EObject {
/**
* Returns the value of the 'Sources' containment reference list.
* The list contents are of type {@link org.openxma.dsl.dom.model.DataViewSource}.
*
*
* If the meaning of the 'Sources' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Sources' containment reference list.
* @see org.openxma.dsl.dom.DomPackage#getDataViewSourceDefinition_Sources()
* @model containment="true"
* @generated
*/
EList getSources();
} // DataViewSourceDefinition