TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
AccessibilityImpl, SVGAccessibilityImpl

public interface Accessibility

A representation of the model object 'Accessibility'.

The following features are supported:

Generated
[EMF] Model

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 org.w3c.dom.Element getElement()
          Returns the document object element of this object.
 java.lang.String getTitle()
          Returns the value of the 'Title' attribute
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setTitle(java.lang.String value)
          Sets the value of the 'Title' attribute
 

Method Detail

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

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

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()
Generated

getTitle

java.lang.String getTitle()
Returns the value of the 'Title' attribute.

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

setTitle

void setTitle(java.lang.String value)
Sets the value of the 'Title' attribute.

Parameters:
value - the new value of the 'Title' attribute.
See Also:
getTitle()
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