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


public interface OrderingOrderingType

A representation of the model object 'Ordering Ordering Type'. This element contains a sequence of "name" elements, each of which refers to an application configuration resource by the "name" declared on its web.xml fragment. This element can also contain a single "others" element which specifies that this document comes before or after other documents within the application. See section 8.2.2 of the specification for details.

The following features are supported:

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

Method Summary
  getName()
          Returns the value of the 'Name' containment reference list.
 OrderingOthersType getOthers()
          Returns the value of the 'Others' containment reference.
 void setOthers(OrderingOthersType value)
          Sets the value of the 'Others' containment reference.
 

Method Detail

getName

 getName()
Returns the value of the 'Name' containment reference list. The list contents are of type JavaIdentifierType.

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

Returns:
the value of the 'Name' containment reference list.
See Also:
Webapp30Package.getOrderingOrderingType_Name()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='name' namespace='http://java.sun.com/xml/ns/javaee'"

getOthers

OrderingOthersType getOthers()
Returns the value of the 'Others' containment reference.

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

Returns:
the value of the 'Others' containment reference.
See Also:
setOthers(OrderingOthersType), Webapp30Package.getOrderingOrderingType_Others()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='others' namespace='http://java.sun.com/xml/ns/javaee'"

setOthers

void setOthers(OrderingOthersType value)
Sets the value of the 'Others' containment reference.

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