org.eclipse.modisco.jee.jsp
Interface Page


public interface Page

A representation of the model object 'Page'.

The following features are supported:

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

Method Summary
 java.lang.String getDoctype()
          Returns the value of the 'Doctype' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getOriginalFilePath()
          Returns the value of the 'Original File Path' attribute.
  getOwnedElements()
          Returns the value of the 'Owned Elements' containment reference list.
 Model getPageOwner()
          Returns the value of the 'Page Owner' container reference.
 java.lang.String getXmlDeclaration()
          Returns the value of the 'Xml Declaration' attribute.
 void setDoctype(java.lang.String value)
          Sets the value of the 'Doctype' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setOriginalFilePath(java.lang.String value)
          Sets the value of the 'Original File Path' attribute.
 void setPageOwner(Model value)
          Sets the value of the 'Page Owner' container reference.
 void setXmlDeclaration(java.lang.String value)
          Sets the value of the 'Xml Declaration' attribute.
 

Method Detail

getOriginalFilePath

java.lang.String getOriginalFilePath()
Returns the value of the 'Original File Path' attribute.

If the meaning of the 'Original File Path' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Original File Path' attribute.
See Also:
setOriginalFilePath(String), JspPackage.getPage_OriginalFilePath()
Generated:
Model:

setOriginalFilePath

void setOriginalFilePath(java.lang.String value)
Sets the value of the 'Original File Path' attribute.

Parameters:
value - the new value of the 'Original File Path' attribute.
See Also:
getOriginalFilePath()
Generated:

getXmlDeclaration

java.lang.String getXmlDeclaration()
Returns the value of the 'Xml Declaration' attribute.

If the meaning of the 'Xml Declaration' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Xml Declaration' attribute.
See Also:
setXmlDeclaration(String), JspPackage.getPage_XmlDeclaration()
Generated:
Model:

setXmlDeclaration

void setXmlDeclaration(java.lang.String value)
Sets the value of the 'Xml Declaration' attribute.

Parameters:
value - the new value of the 'Xml Declaration' attribute.
See Also:
getXmlDeclaration()
Generated:

getDoctype

java.lang.String getDoctype()
Returns the value of the 'Doctype' attribute.

If the meaning of the 'Doctype' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Doctype' attribute.
See Also:
setDoctype(String), JspPackage.getPage_Doctype()
Generated:
Model:

setDoctype

void setDoctype(java.lang.String value)
Sets the value of the 'Doctype' attribute.

Parameters:
value - the new value of the 'Doctype' attribute.
See Also:
getDoctype()
Generated:

getOwnedElements

 getOwnedElements()
Returns the value of the 'Owned Elements' containment reference list. The list contents are of type Node.

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

Returns:
the value of the 'Owned Elements' containment reference list.
See Also:
JspPackage.getPage_OwnedElements()
Generated:
Model:
containment="true"

getPageOwner

Model getPageOwner()
Returns the value of the 'Page Owner' container reference. It is bidirectional and its opposite is 'Pages'.

If the meaning of the 'Page Owner' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Page Owner' container reference.
See Also:
setPageOwner(Model), JspPackage.getPage_PageOwner(), Model.getPages()
Generated:
Model:
opposite="pages" required="true" transient="false"

setPageOwner

void setPageOwner(Model value)
Sets the value of the 'Page Owner' container reference.

Parameters:
value - the new value of the 'Page Owner' container reference.
See Also:
getPageOwner()
Generated:

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), JspPackage.getPage_Name()
Generated:
Model:

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated: