TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.input
Interface Preferences

All Known Implementing Classes:
PreferencesImpl, SVGPreferencesImpl

public interface Preferences

A representation of the model object 'Preferences'.

The following features are supported:

Generated
[EMF] Model

Method Summary
 java.lang.String getBrowserCookieName()
          Returns the value of the 'Browser Cookie Name' attribute
 org.w3c.dom.Element getElement()
          Returns the document object element of this object.
 java.lang.String getStoredPreferences()
          Returns the value of the 'Stored Preferences' attribute
 Tooltip getTooltip()
          Returns the value of the 'Tooltip' containment reference
 java.lang.String getUpdatedPreferencesVariable()
          Returns the value of the 'Updated Preferences Variable' attribute
 java.lang.String getUrl()
          Returns the value of the 'Url' attribute
 boolean isSetShow()
          Returns whether the value of the 'Show' attribute is set
 boolean isShow()
          Returns the value of the 'Show' attribute.
 void setBrowserCookieName(java.lang.String value)
          Sets the value of the 'Browser Cookie Name' attribute
 void setShow(boolean value)
          Sets the value of the 'Show' attribute
 void setStoredPreferences(java.lang.String value)
          Sets the value of the 'Stored Preferences' attribute
 void setTooltip(Tooltip value)
          Sets the value of the 'Tooltip' containment reference
 void setUpdatedPreferencesVariable(java.lang.String value)
          Sets the value of the 'Updated Preferences Variable' attribute
 void setUrl(java.lang.String value)
          Sets the value of the 'Url' attribute
 void unsetShow()
          Unsets the value of the 'Show' attribute
 

Method Detail

getBrowserCookieName

java.lang.String getBrowserCookieName()
Returns the value of the 'Browser Cookie Name' attribute.

Returns:
the value of the 'Browser Cookie Name' attribute.
See Also:
setBrowserCookieName(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getPreferences_BrowserCookieName()
Generated
[EMF] Model

setBrowserCookieName

void setBrowserCookieName(java.lang.String value)
Sets the value of the 'Browser Cookie Name' attribute.

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

isShow

boolean isShow()
Returns the value of the 'Show' attribute. The default value is "false".

Returns:
the value of the 'Show' attribute.
See Also:
isSetShow(), unsetShow(), setShow(boolean), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getPreferences_Show()
Generated
[EMF] Model
default="false" unsettable="true"

setShow

void setShow(boolean value)
Sets the value of the 'Show' attribute.

Parameters:
value - the new value of the 'Show' attribute.
See Also:
isSetShow(), unsetShow(), isShow()
Generated

unsetShow

void unsetShow()
Unsets the value of the 'Show' attribute.

See Also:
isSetShow(), isShow(), setShow(boolean)
Generated

isSetShow

boolean isSetShow()
Returns whether the value of the 'Show' attribute is set.

Returns:
whether the value of the 'Show' attribute is set.
See Also:
unsetShow(), isShow(), setShow(boolean)
Generated

getStoredPreferences

java.lang.String getStoredPreferences()
Returns the value of the 'Stored Preferences' attribute.

Returns:
the value of the 'Stored Preferences' attribute.
See Also:
setStoredPreferences(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getPreferences_StoredPreferences()
Generated
[EMF] Model

setStoredPreferences

void setStoredPreferences(java.lang.String value)
Sets the value of the 'Stored Preferences' attribute.

Parameters:
value - the new value of the 'Stored Preferences' attribute.
See Also:
getStoredPreferences()
Generated

getUpdatedPreferencesVariable

java.lang.String getUpdatedPreferencesVariable()
Returns the value of the 'Updated Preferences Variable' attribute.

Returns:
the value of the 'Updated Preferences Variable' attribute.
See Also:
setUpdatedPreferencesVariable(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getPreferences_UpdatedPreferencesVariable()
Generated
[EMF] Model

setUpdatedPreferencesVariable

void setUpdatedPreferencesVariable(java.lang.String value)
Sets the value of the 'Updated Preferences Variable' attribute.

Parameters:
value - the new value of the 'Updated Preferences Variable' attribute.
See Also:
getUpdatedPreferencesVariable()
Generated

getUrl

java.lang.String getUrl()
Returns the value of the 'Url' attribute.

Returns:
the value of the 'Url' attribute.
See Also:
setUrl(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getPreferences_Url()
Generated
[EMF] Model
required="true"

setUrl

void setUrl(java.lang.String value)
Sets the value of the 'Url' attribute.

Parameters:
value - the new value of the 'Url' attribute.
See Also:
getUrl()
Generated

getTooltip

Tooltip getTooltip()
Returns the value of the 'Tooltip' containment reference.

Returns:
the value of the 'Tooltip' containment reference.
See Also:
setTooltip(Tooltip), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getPreferences_Tooltip()
Generated
[EMF] Model
containment="true"

setTooltip

void setTooltip(Tooltip value)
Sets the value of the 'Tooltip' containment reference.

Parameters:
value - the new value of the 'Tooltip' containment reference.
See Also:
getTooltip()
Generated

getElement

org.w3c.dom.Element getElement()
Returns the document object element of this object. If this object was not initialized with an element, null will be returned.

Returns:
the element in the DOM represented by this object

TPTP 4.5.0 Platform Project
Internal API Specification