org.eclipse.modisco.jee.webapp.webapp30
Interface OrderingType


public interface OrderingType

A representation of the model object 'Ordering Type'. Please see section 8.2.2 of the specification for details.

The following features are supported:

See Also:
Webapp30Package.getOrderingType()
Generated:
Model:
extendedMetaData="name='orderingType' kind='elementOnly'"

Method Summary
 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.
 

Method Detail

getAfter

OrderingOrderingType getAfter()
Returns the value of the 'After' containment reference.

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

Returns:
the value of the 'After' containment reference.
See Also:
setAfter(OrderingOrderingType), Webapp30Package.getOrderingType_After()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='after' namespace='http://java.sun.com/xml/ns/javaee'"

setAfter

void setAfter(OrderingOrderingType value)
Sets the value of the 'After' containment reference.

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

getBefore

OrderingOrderingType getBefore()
Returns the value of the 'Before' containment reference.

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

Returns:
the value of the 'Before' containment reference.
See Also:
setBefore(OrderingOrderingType), Webapp30Package.getOrderingType_Before()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='before' namespace='http://java.sun.com/xml/ns/javaee'"

setBefore

void setBefore(OrderingOrderingType value)
Sets the value of the 'Before' containment reference.

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