public interface Page
The following features are supported:
JspPackage.getPage()| Modifier and Type | Method and Description |
|---|---|
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. |
java.lang.String getOriginalFilePath()
If the meaning of the 'Original File Path' attribute isn't clear, there really should be more of a description here...
setOriginalFilePath(String),
JspPackage.getPage_OriginalFilePath()void setOriginalFilePath(java.lang.String value)
Original File Path' attribute.
value - the new value of the 'Original File Path' attribute.getOriginalFilePath()java.lang.String getXmlDeclaration()
If the meaning of the 'Xml Declaration' attribute isn't clear, there really should be more of a description here...
setXmlDeclaration(String),
JspPackage.getPage_XmlDeclaration()void setXmlDeclaration(java.lang.String value)
Xml Declaration' attribute.
value - the new value of the 'Xml Declaration' attribute.getXmlDeclaration()java.lang.String getDoctype()
If the meaning of the 'Doctype' attribute isn't clear, there really should be more of a description here...
setDoctype(String),
JspPackage.getPage_Doctype()void setDoctype(java.lang.String value)
Doctype' attribute.
value - the new value of the 'Doctype' attribute.getDoctype()getOwnedElements()
Node.
If the meaning of the 'Owned Elements' containment reference list isn't clear, there really should be more of a description here...
JspPackage.getPage_OwnedElements()Model getPageOwner()
Pages'.
If the meaning of the 'Page Owner' container reference isn't clear, there really should be more of a description here...
setPageOwner(Model),
JspPackage.getPage_PageOwner(),
Model.getPages()void setPageOwner(Model value)
Page Owner' container reference.
value - the new value of the 'Page Owner' container reference.getPageOwner()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
JspPackage.getPage_Name()