org.eclipse.modisco.jee.jsp
Interface Model


public interface Model

A representation of the model object 'Model'.

The following features are supported:

See Also:
JspPackage.getModel()
Generated:
Model:

Method Summary
  getPages()
          Returns the value of the 'Pages' containment reference list.
 

Method Detail

getPages

 getPages()
Returns the value of the 'Pages' containment reference list. The list contents are of type Page. It is bidirectional and its opposite is 'Page Owner'.

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

Returns:
the value of the 'Pages' containment reference list.
See Also:
JspPackage.getModel_Pages(), Page.getPageOwner()
Generated:
Model:
opposite="pageOwner" containment="true"