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

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

There is a newer version: 6.0.2
Show newest version
/**
 * 
 * 
 *
 * $Id: DataViewSource.java 4109 2009-09-22 10:50:55Z michael_clay $
 */
package org.openxma.dsl.dom.model;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Data View Source'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.openxma.dsl.dom.model.DataViewSource#getSource Source}
  • *
  • {@link org.openxma.dsl.dom.model.DataViewSource#getAlias Alias}
  • *
*

* * @see org.openxma.dsl.dom.DomPackage#getDataViewSource() * @model * @generated */ public interface DataViewSource extends EObject { /** * Returns the value of the 'Source' reference. * *

* If the meaning of the 'Source' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Source' reference. * @see #setSource(Entity) * @see org.openxma.dsl.dom.DomPackage#getDataViewSource_Source() * @model * @generated */ Entity getSource(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.DataViewSource#getSource Source}' reference. * * * @param value the new value of the 'Source' reference. * @see #getSource() * @generated */ void setSource(Entity value); /** * Returns the value of the 'Alias' attribute. * *

* If the meaning of the 'Alias' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Alias' attribute. * @see #setAlias(String) * @see org.openxma.dsl.dom.DomPackage#getDataViewSource_Alias() * @model * @generated */ String getAlias(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.DataViewSource#getAlias Alias}' attribute. * * * @param value the new value of the 'Alias' attribute. * @see #getAlias() * @generated */ void setAlias(String value); } // DataViewSource




© 2015 - 2024 Weber Informatics LLC | Privacy Policy