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

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

There is a newer version: 6.0.2
Show newest version
/**
 * 
 * 
 *
 * $Id$
 */
package org.openxma.dsl.dom.model;

import org.eclipse.emf.common.util.EList;
import org.openxma.dsl.core.model.IDocumentable;

/**
 * 
 * A representation of the model object 'Feature Reference'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.openxma.dsl.dom.model.FeatureReference#getSource Source}
  • *
  • {@link org.openxma.dsl.dom.model.FeatureReference#getAttribute Attribute}
  • *
  • {@link org.openxma.dsl.dom.model.FeatureReference#getView View}
  • *
  • {@link org.openxma.dsl.dom.model.FeatureReference#isAll All}
  • *
  • {@link org.openxma.dsl.dom.model.FeatureReference#getProperties Properties}
  • *
  • {@link org.openxma.dsl.dom.model.FeatureReference#getTarget Target}
  • *
*

* * @see org.openxma.dsl.dom.DomPackage#getFeatureReference() * @model * @generated */ public interface FeatureReference extends PresentableFeature, IDocumentable { /** * 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#getFeatureReference_Source() * @model * @generated */ Entity getSource(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.FeatureReference#getSource Source}' reference. * * * @param value the new value of the 'Source' reference. * @see #getSource() * @generated */ void setSource(Entity value); /** * Returns the value of the 'Attribute' reference. * *

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

* * @return the value of the 'Attribute' reference. * @see #setAttribute(Attribute) * @see org.openxma.dsl.dom.DomPackage#getFeatureReference_Attribute() * @model * @generated */ Attribute getAttribute(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.FeatureReference#getAttribute Attribute}' reference. * * * @param value the new value of the 'Attribute' reference. * @see #getAttribute() * @generated */ void setAttribute(Attribute value); /** * Returns the value of the 'View' reference. * *

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

* * @return the value of the 'View' reference. * @see #setView(DataView) * @see org.openxma.dsl.dom.DomPackage#getFeatureReference_View() * @model * @generated */ DataView getView(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.FeatureReference#getView View}' reference. * * * @param value the new value of the 'View' reference. * @see #getView() * @generated */ void setView(DataView value); /** * Returns the value of the 'Properties' containment reference list. * The list contents are of type {@link org.openxma.dsl.dom.model.AttributeProperty}. * *

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

* * @return the value of the 'Properties' containment reference list. * @see org.openxma.dsl.dom.DomPackage#getFeatureReference_Properties() * @model containment="true" * @generated */ EList getProperties(); /** * Returns the value of the 'All' attribute. * *

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

* * @return the value of the 'All' attribute. * @see #setAll(boolean) * @see org.openxma.dsl.dom.DomPackage#getFeatureReference_All() * @model * @generated */ boolean isAll(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.FeatureReference#isAll All}' attribute. * * * @param value the new value of the 'All' attribute. * @see #isAll() * @generated */ void setAll(boolean value); /** * Returns the value of the 'Target' reference. * *

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

* * @return the value of the 'Target' reference. * @see org.openxma.dsl.dom.DomPackage#getFeatureReference_Target() * @model resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true" * @generated */ Attribute getTarget(); /** * @modified */ void setTarget(Attribute attribute); } // FeatureReference




© 2015 - 2024 Weber Informatics LLC | Privacy Policy