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

org.openxma.dsl.dom.model.SelectProperties 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;

/**
 * 
 * A representation of the model object 'Select Properties'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.openxma.dsl.dom.model.SelectProperties#isDistinct Distinct}
  • *
  • {@link org.openxma.dsl.dom.model.SelectProperties#getProperties Properties}
  • *
*

* * @see org.openxma.dsl.dom.DomPackage#getSelectProperties() * @model * @generated */ public interface SelectProperties extends SelectStatement { /** * Returns the value of the 'Distinct' attribute. * *

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

* * @return the value of the 'Distinct' attribute. * @see #setDistinct(boolean) * @see org.openxma.dsl.dom.DomPackage#getSelectProperties_Distinct() * @model * @generated */ boolean isDistinct(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.SelectProperties#isDistinct Distinct}' attribute. * * * @param value the new value of the 'Distinct' attribute. * @see #isDistinct() * @generated */ void setDistinct(boolean value); /** * Returns the value of the 'Properties' containment reference list. * The list contents are of type {@link org.openxma.dsl.dom.model.Expression}. * *

* 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#getSelectProperties_Properties() * @model containment="true" * @generated */ EList getProperties(); } // SelectProperties




© 2015 - 2024 Weber Informatics LLC | Privacy Policy