TPTP 4.5.0 Platform Project
Internal API Specification

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

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.PalettesImpl
All Implemented Interfaces:
Palettes

public class PalettesImpl
extends InputBase
implements Palettes

An implementation of the model object 'Palettes'.

The following features are implemented:

Generated

Field Summary
protected  java.util.List dataSetColor
          The cached value of the 'Data Set Color' containment reference list
protected  java.lang.String location
          The cached value of the 'Location' attribute
protected static java.lang.String LOCATION_EDEFAULT
          The default value of the 'Location' attribute
protected static java.lang.String PALETTE_ID_EDEFAULT
          The default value of the 'Palette Id' attribute
protected static java.lang.String PALETTE_SET_ID_EDEFAULT
          The default value of the 'Palette Set Id' attribute
protected  java.lang.String paletteId
          The cached value of the 'Palette Id' attribute
protected  java.lang.String paletteSetId
          The cached value of the 'Palette Set Id' attribute
 
Fields inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
_chart, _element
 
Constructor Summary
protected PalettesImpl()
           
  PalettesImpl(Chart chart)
           
  PalettesImpl(Chart chart, org.w3c.dom.Element element)
           
 
Method Summary
 java.util.List getDataSetColor()
           
 java.lang.String getLocation()
           
 java.lang.String getPaletteId()
           
 java.lang.String getPaletteSetId()
           
 void setLocation(java.lang.String newLocation)
           
 void setPaletteId(java.lang.String newPaletteId)
           
 void setPaletteSetId(java.lang.String newPaletteSetId)
           
 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.Palettes
getElement
 

Field Detail

LOCATION_EDEFAULT

protected static final java.lang.String LOCATION_EDEFAULT
The default value of the 'Location' attribute.

See Also:
getLocation()
Generated
[EMF] Ordered

location

protected java.lang.String location
The cached value of the 'Location' attribute.

See Also:
getLocation()
Generated
[EMF] Ordered

PALETTE_ID_EDEFAULT

protected static final java.lang.String PALETTE_ID_EDEFAULT
The default value of the 'Palette Id' attribute.

See Also:
getPaletteId()
Generated
[EMF] Ordered

paletteId

protected java.lang.String paletteId
The cached value of the 'Palette Id' attribute.

See Also:
getPaletteId()
Generated
[EMF] Ordered

PALETTE_SET_ID_EDEFAULT

protected static final java.lang.String PALETTE_SET_ID_EDEFAULT
The default value of the 'Palette Set Id' attribute.

See Also:
getPaletteSetId()
Generated
[EMF] Ordered

paletteSetId

protected java.lang.String paletteSetId
The cached value of the 'Palette Set Id' attribute.

See Also:
getPaletteSetId()
Generated
[EMF] Ordered

dataSetColor

protected java.util.List dataSetColor
The cached value of the 'Data Set Color' containment reference list.

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

PalettesImpl

protected PalettesImpl()

Generated

PalettesImpl

public PalettesImpl(Chart chart)

PalettesImpl

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

getLocation

public java.lang.String getLocation()

Specified by:
getLocation in interface Palettes
Returns:
the value of the 'Location' attribute.
See Also:
Palettes.setLocation(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getPalettes_Location()
Generated

setLocation

public void setLocation(java.lang.String newLocation)

Specified by:
setLocation in interface Palettes
Parameters:
newLocation - the new value of the 'Location' attribute.
See Also:
Palettes.getLocation()
Generated

getPaletteId

public java.lang.String getPaletteId()

Specified by:
getPaletteId in interface Palettes
Returns:
the value of the 'Palette Id' attribute.
See Also:
Palettes.setPaletteId(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getPalettes_PaletteId()
Generated

setPaletteId

public void setPaletteId(java.lang.String newPaletteId)

Specified by:
setPaletteId in interface Palettes
Parameters:
newPaletteId - the new value of the 'Palette Id' attribute.
See Also:
Palettes.getPaletteId()
Generated

getPaletteSetId

public java.lang.String getPaletteSetId()

Specified by:
getPaletteSetId in interface Palettes
Returns:
the value of the 'Palette Set Id' attribute.
See Also:
Palettes.setPaletteSetId(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getPalettes_PaletteSetId()
Generated

setPaletteSetId

public void setPaletteSetId(java.lang.String newPaletteSetId)

Specified by:
setPaletteSetId in interface Palettes
Parameters:
newPaletteSetId - the new value of the 'Palette Set Id' attribute.
See Also:
Palettes.getPaletteSetId()
Generated

getDataSetColor

public java.util.List getDataSetColor()

Specified by:
getDataSetColor in interface Palettes
Returns:
the value of the 'Data Set Color' containment reference list.
See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getPalettes_DataSetColor()
Generated

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
Generated

TPTP 4.5.0 Platform Project
Internal API Specification