org.eclipse.jst.jsf.facesconfig.emf
Interface AbsoluteOrderingType

All Known Implementing Classes:
AbsoluteOrderingTypeImpl

public interface AbsoluteOrderingType

A representation of the model object 'Absolute Ordering Type'.

The following features are supported:

See Also:
FacesConfigPackage.getAbsoluteOrderingType()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 EList 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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getName

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

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:
FacesConfigPackage.getAbsoluteOrderingType_Name()

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), FacesConfigPackage.getAbsoluteOrderingType_Others()

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()