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

org.openxma.dsl.dom.model.DataViewSourceDefinition Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
/**
 * 
 * 
 *
 * $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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy