Package fr.esrf.tango.pogo.pogoDsl
Interface Preferences
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PreferencesImpl
public interface Preferences extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Preferences'.The following features are supported:
- See Also:
PogoDslPackage.getPreferences()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDocHome()Returns the value of the 'Doc Home' attribute.java.lang.StringgetHtmlVersion()Returns the value of the 'Html Version' attribute.java.lang.StringgetInstallHome()Returns the value of the 'Install Home' attribute.java.lang.StringgetMakefileHome()Returns the value of the 'Makefile Home' attribute.voidsetDocHome(java.lang.String value)Sets the value of the 'Doc Home' attribute.voidsetHtmlVersion(java.lang.String value)Sets the value of the 'Html Version' attribute.voidsetInstallHome(java.lang.String value)Sets the value of the 'Install Home' attribute.voidsetMakefileHome(java.lang.String value)Sets the value of the 'Makefile Home' attribute.
-
-
-
Method Detail
-
getDocHome
java.lang.String getDocHome()
Returns the value of the 'Doc Home' attribute.- Returns:
- the value of the 'Doc Home' attribute.
- See Also:
setDocHome(String),PogoDslPackage.getPreferences_DocHome()
-
setDocHome
void setDocHome(java.lang.String value)
Sets the value of the 'Doc Home' attribute.- Parameters:
value- the new value of the 'Doc Home' attribute.- See Also:
getDocHome()
-
getMakefileHome
java.lang.String getMakefileHome()
Returns the value of the 'Makefile Home' attribute.- Returns:
- the value of the 'Makefile Home' attribute.
- See Also:
setMakefileHome(String),PogoDslPackage.getPreferences_MakefileHome()
-
setMakefileHome
void setMakefileHome(java.lang.String value)
Sets the value of the 'Makefile Home' attribute.- Parameters:
value- the new value of the 'Makefile Home' attribute.- See Also:
getMakefileHome()
-
getInstallHome
java.lang.String getInstallHome()
Returns the value of the 'Install Home' attribute.- Returns:
- the value of the 'Install Home' attribute.
- See Also:
setInstallHome(String),PogoDslPackage.getPreferences_InstallHome()
-
setInstallHome
void setInstallHome(java.lang.String value)
Sets the value of the 'Install Home' attribute.- Parameters:
value- the new value of the 'Install Home' attribute.- See Also:
getInstallHome()
-
getHtmlVersion
java.lang.String getHtmlVersion()
Returns the value of the 'Html Version' attribute.- Returns:
- the value of the 'Html Version' attribute.
- See Also:
setHtmlVersion(String),PogoDslPackage.getPreferences_HtmlVersion()
-
setHtmlVersion
void setHtmlVersion(java.lang.String value)
Sets the value of the 'Html Version' attribute.- Parameters:
value- the new value of the 'Html Version' attribute.- See Also:
getHtmlVersion()
-
-