|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.AccessibilityImpl
public class AccessibilityImpl
An implementation of the model object 'Accessibility'.
The following features are implemented:
| 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 |
|---|
protected static final java.lang.String DESCRIPTION_EDEFAULT
Description' attribute.
getDescription()protected java.lang.String description
Description' attribute.
getDescription()protected static final java.lang.String TITLE_EDEFAULT
Title' attribute.
getTitle()protected java.lang.String title
Title' attribute.
getTitle()| Constructor Detail |
|---|
protected AccessibilityImpl()
public AccessibilityImpl(Chart chart)
public AccessibilityImpl(Chart chart,
org.w3c.dom.Element element)
| Method Detail |
|---|
public java.lang.String getDescription()
getDescription in interface AccessibilityAccessibility.setDescription(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAccessibility_Description()public void setDescription(java.lang.String newDescription)
setDescription in interface AccessibilitynewDescription - the new value of the 'Description' attribute.Accessibility.getDescription()public java.lang.String getTitle()
getTitle in interface AccessibilityAccessibility.setTitle(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAccessibility_Title()public void setTitle(java.lang.String newTitle)
setTitle in interface AccessibilitynewTitle - the new value of the 'Title' attribute.Accessibility.getTitle()public java.lang.String toString()
toString in class java.lang.Object
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||