TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.input.impl
Class AccessibilityImpl

java.lang.Object
  extended by org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
      extended by org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.AccessibilityImpl
All Implemented Interfaces:
Accessibility

public class AccessibilityImpl
extends InputBase
implements Accessibility

An implementation of the model object 'Accessibility'.

The following features are implemented:

Generated

Field Summary
protected  java.lang.String description
          The cached value of the 'Description' attribute
protected static java.lang.String DESCRIPTION_EDEFAULT
          The default value of the 'Description' attribute
protected  java.lang.String title
          The cached value of the 'Title' attribute
protected static java.lang.String TITLE_EDEFAULT
          The default value of the 'Title' attribute
 
Fields inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
_chart, _element
 
Constructor Summary
protected AccessibilityImpl()
           
  AccessibilityImpl(Chart chart)
           
  AccessibilityImpl(Chart chart, org.w3c.dom.Element element)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getTitle()
           
 void setDescription(java.lang.String newDescription)
           
 void setTitle(java.lang.String newTitle)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
getElement, setElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.tptp.platform.report.chart.svg.internal.input.Accessibility
getElement
 

Field Detail

DESCRIPTION_EDEFAULT

protected static final java.lang.String DESCRIPTION_EDEFAULT
The default value of the 'Description' attribute.

See Also:
getDescription()
Generated
[EMF] Ordered

description

protected java.lang.String description
The cached value of the 'Description' attribute.

See Also:
getDescription()
Generated
[EMF] Ordered

TITLE_EDEFAULT

protected static final java.lang.String TITLE_EDEFAULT
The default value of the 'Title' attribute.

See Also:
getTitle()
Generated
[EMF] Ordered

title

protected java.lang.String title
The cached value of the 'Title' attribute.

See Also:
getTitle()
Generated
[EMF] Ordered
Constructor Detail

AccessibilityImpl

protected AccessibilityImpl()

Generated

AccessibilityImpl

public AccessibilityImpl(Chart chart)

AccessibilityImpl

public AccessibilityImpl(Chart chart,
                         org.w3c.dom.Element element)
Method Detail

getDescription

public java.lang.String getDescription()

Specified by:
getDescription in interface Accessibility
Returns:
the value of the 'Description' attribute.
See Also:
Accessibility.setDescription(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAccessibility_Description()
Generated

setDescription

public void setDescription(java.lang.String newDescription)

Specified by:
setDescription in interface Accessibility
Parameters:
newDescription - the new value of the 'Description' attribute.
See Also:
Accessibility.getDescription()
Generated

getTitle

public java.lang.String getTitle()

Specified by:
getTitle in interface Accessibility
Returns:
the value of the 'Title' attribute.
See Also:
Accessibility.setTitle(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAccessibility_Title()
Generated

setTitle

public void setTitle(java.lang.String newTitle)

Specified by:
setTitle in interface Accessibility
Parameters:
newTitle - the new value of the 'Title' attribute.
See Also:
Accessibility.getTitle()
Generated

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
Generated

TPTP 4.5.0 Platform Project
Internal API Specification