org.openxma.dsl.dom.model
Interface AttributeSortOrder

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

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

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

The following features are supported:

See Also:
DomPackage.getAttributeSortOrder()

Method Summary
 Attribute getAttribute()
          Returns the value of the 'Attribute' reference.
 boolean isAsc()
          Returns the value of the 'Asc' attribute.
 boolean isDesc()
          Returns the value of the 'Desc' attribute.
 void setAsc(boolean value)
          Sets the value of the 'Asc' attribute.
 void setAttribute(Attribute value)
          Sets the value of the 'Attribute' reference.
 void setDesc(boolean value)
          Sets the value of the 'Desc' 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

getAttribute

Attribute getAttribute()
Returns the value of the 'Attribute' reference.

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

Returns:
the value of the 'Attribute' reference.
See Also:
setAttribute(Attribute), DomPackage.getAttributeSortOrder_Attribute()

setAttribute

void setAttribute(Attribute value)
Sets the value of the 'Attribute' reference.

Parameters:
value - the new value of the 'Attribute' reference.
See Also:
getAttribute()

isAsc

boolean isAsc()
Returns the value of the 'Asc' attribute.

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

Returns:
the value of the 'Asc' attribute.
See Also:
setAsc(boolean), DomPackage.getAttributeSortOrder_Asc()

setAsc

void setAsc(boolean value)
Sets the value of the 'Asc' attribute.

Parameters:
value - the new value of the 'Asc' attribute.
See Also:
isAsc()

isDesc

boolean isDesc()
Returns the value of the 'Desc' attribute.

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

Returns:
the value of the 'Desc' attribute.
See Also:
setDesc(boolean), DomPackage.getAttributeSortOrder_Desc()

setDesc

void setDesc(boolean value)
Sets the value of the 'Desc' attribute.

Parameters:
value - the new value of the 'Desc' attribute.
See Also:
isDesc()


Copyright © 2013. All Rights Reserved.