TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.models.hierarchy.extensions
Interface OrderByElement

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

public interface OrderByElement
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Order By Element'.

The following features are supported:

See Also:
ExtensionsPackage.getOrderByElement()
Generated
[EMF] Model

Method Summary
 Operand getOperand()
          Returns the value of the 'Operand' containment reference
 OrderByOperators getOperator()
          Returns the value of the 'Operator' attribute.
 SimpleSearchQuery getSearchQuery()
          Returns the value of the 'Search Query' container reference.
 void setOperand(Operand value)
          Sets the value of the 'Operand' containment reference
 void setOperator(OrderByOperators value)
          Sets the value of the 'Operator' attribute
 void setSearchQuery(SimpleSearchQuery value)
          Sets the value of the 'Search Query' container reference
 
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

getOperator

public OrderByOperators getOperator()
Returns the value of the 'Operator' attribute. The literals are from the enumeration OrderByOperators.

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

Returns:
the value of the 'Operator' attribute.
See Also:
OrderByOperators, setOperator(OrderByOperators), ExtensionsPackage.getOrderByElement_Operator()
Generated
[EMF] Model

setOperator

public void setOperator(OrderByOperators value)
Sets the value of the 'Operator' attribute.

Parameters:
value - the new value of the 'Operator' attribute.
See Also:
OrderByOperators, getOperator()
Generated

getOperand

public Operand getOperand()
Returns the value of the 'Operand' containment reference.

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

Returns:
the value of the 'Operand' containment reference.
See Also:
setOperand(Operand), ExtensionsPackage.getOrderByElement_Operand()
Generated
[EMF] Model
containment="true"

setOperand

public void setOperand(Operand value)
Sets the value of the 'Operand' containment reference.

Parameters:
value - the new value of the 'Operand' containment reference.
See Also:
getOperand()
Generated

getSearchQuery

public SimpleSearchQuery getSearchQuery()
Returns the value of the 'Search Query' container reference. It is bidirectional and its opposite is 'Order By Expresions'.

If the meaning of the 'Search Query' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Search Query' container reference.
See Also:
setSearchQuery(SimpleSearchQuery), ExtensionsPackage.getOrderByElement_SearchQuery(), SimpleSearchQuery.getOrderByExpresions()
Generated
[EMF] Model
opposite="orderByExpresions"

setSearchQuery

public void setSearchQuery(SimpleSearchQuery value)
Sets the value of the 'Search Query' container reference.

Parameters:
value - the new value of the 'Search Query' container reference.
See Also:
getSearchQuery()
Generated

TPTP 4.4.0 Platform Project
Public API Specification