org.openxma.dsl.dom.model
Interface SortOrderElement

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

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

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

The following features are supported:

See Also:
DomPackage.getSortOrderElement()

Method Summary
 Expression getExpression()
          Returns the value of the 'Expression' containment reference.
 String getSortOrder()
          Returns the value of the 'Sort Order' attribute.
 void setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void setSortOrder(String value)
          Sets the value of the 'Sort Order' attribute.
 
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

getExpression

Expression getExpression()
Returns the value of the 'Expression' containment reference.

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

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(Expression), DomPackage.getSortOrderElement_Expression()

setExpression

void setExpression(Expression value)
Sets the value of the 'Expression' containment reference.

Parameters:
value - the new value of the 'Expression' containment reference.
See Also:
getExpression()

getSortOrder

String getSortOrder()
Returns the value of the 'Sort Order' attribute.

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

Returns:
the value of the 'Sort Order' attribute.
See Also:
setSortOrder(String), DomPackage.getSortOrderElement_SortOrder()

setSortOrder

void setSortOrder(String value)
Sets the value of the 'Sort Order' attribute.

Parameters:
value - the new value of the 'Sort Order' attribute.
See Also:
getSortOrder()


Copyright © 2013. All Rights Reserved.