public interface OrderingType
The following features are supported:
Webapp30Package.getOrderingType()| Modifier and Type | Method and Description |
|---|---|
OrderingOrderingType |
getAfter()
Returns the value of the 'After' containment reference.
|
OrderingOrderingType |
getBefore()
Returns the value of the 'Before' containment reference.
|
void |
setAfter(OrderingOrderingType value)
Sets the value of the '
After' containment reference. |
void |
setBefore(OrderingOrderingType value)
Sets the value of the '
Before' containment reference. |
OrderingOrderingType getAfter()
If the meaning of the 'After' containment reference isn't clear, there really should be more of a description here...
setAfter(OrderingOrderingType),
Webapp30Package.getOrderingType_After()void setAfter(OrderingOrderingType value)
After' containment reference.
value - the new value of the 'After' containment reference.getAfter()OrderingOrderingType getBefore()
If the meaning of the 'Before' containment reference isn't clear, there really should be more of a description here...
setBefore(OrderingOrderingType),
Webapp30Package.getOrderingType_Before()void setBefore(OrderingOrderingType value)
Before' containment reference.
value - the new value of the 'Before' containment reference.getBefore()