org.openxma.dsl.dom.model
Interface SelectClass

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

public interface SelectClass
extends SelectStatement

A representation of the model object 'Select Class'.

The following features are supported:

See Also:
DomPackage.getSelectClass()

Method Summary
 org.eclipse.emf.common.util.EList<Expression> getArguments()
          Returns the value of the 'Arguments' containment reference list.
 String getClass_()
          Returns the value of the 'Class' attribute.
 void setClass(String value)
          Sets the value of the 'Class' 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

getClass_

String getClass_()
Returns the value of the 'Class' attribute.

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

Returns:
the value of the 'Class' attribute.
See Also:
setClass(String), DomPackage.getSelectClass_Class()

setClass

void setClass(String value)
Sets the value of the 'Class' attribute.

Parameters:
value - the new value of the 'Class' attribute.
See Also:
getClass_()

getArguments

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

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

Returns:
the value of the 'Arguments' containment reference list.
See Also:
DomPackage.getSelectClass_Arguments()


Copyright © 2013. All Rights Reserved.