org.openxma.dsl.dom.model
Interface SelectProperties

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, QlStatement, SelectStatement
All Known Implementing Classes:
SelectPropertiesImpl

public interface SelectProperties
extends SelectStatement

A representation of the model object 'Select Properties'.

The following features are supported:

See Also:
DomPackage.getSelectProperties()

Method Summary
 org.eclipse.emf.common.util.EList<Expression> getProperties()
          Returns the value of the 'Properties' containment reference list.
 boolean isDistinct()
          Returns the value of the 'Distinct' attribute.
 void setDistinct(boolean value)
          Sets the value of the 'Distinct' attribute.
 
Methods inherited from interface org.openxma.dsl.dom.model.SelectStatement
getFrom, getGroupBy, getHaving, getJoin, getOrderBy, getWhere, setHaving, setWhere
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isDistinct

boolean isDistinct()
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...

Returns:
the value of the 'Distinct' attribute.
See Also:
setDistinct(boolean), DomPackage.getSelectProperties_Distinct()

setDistinct

void setDistinct(boolean value)
Sets the value of the 'Distinct' attribute.

Parameters:
value - the new value of the 'Distinct' attribute.
See Also:
isDistinct()

getProperties

org.eclipse.emf.common.util.EList<Expression> getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type Expression.

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

Returns:
the value of the 'Properties' containment reference list.
See Also:
DomPackage.getSelectProperties_Properties()


Copyright © 2013. All Rights Reserved.