Interface HtmlDocumentPage
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
HtmlDocumentPageImpl
public interface HtmlDocumentPage extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Page'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.core.resources.IFile
getFile()
String
getLang()
Returns the value of the 'Lang' attribute.void
setLang(String value)
Sets the value of the 'Lang
' attribute.
-
-
-
Method Detail
-
getLang
String getLang()
Returns the value of the 'Lang' attribute.- Returns:
- the value of the 'Lang' attribute.
- See Also:
setLang(String)
,HtmlDocumentPackage.getHtmlDocumentPage_Lang()
-
setLang
void setLang(String value)
Sets the value of the 'Lang
' attribute.- Parameters:
value
- the new value of the 'Lang' attribute.- See Also:
getLang()
-
getFile
org.eclipse.core.resources.IFile getFile()
-
-