TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.palettes
Interface ColorPaletteSets

All Known Implementing Classes:
ColorPaletteSetsImpl

public interface ColorPaletteSets

A representation of the model object 'Color Palette Sets'.

The following features are supported:

See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.palettes.PalettesPackage#getColorPaletteSets()
Generated
[EMF] Model

Method Summary
 java.util.List getColorPaletteSet()
          Returns the value of the 'Color Palette Set' containment reference list.
 java.lang.Object getDefaultSetId()
          Returns the value of the 'Default Set Id' reference
 java.lang.String getResourceBundle()
          Returns the value of the 'Resource Bundle' attribute
 void setDefaultSetId(java.lang.Object value)
          Sets the value of the 'Default Set Id' reference
 void setResourceBundle(java.lang.String value)
          Sets the value of the 'Resource Bundle' attribute
 

Method Detail

getResourceBundle

java.lang.String getResourceBundle()
Returns the value of the 'Resource Bundle' attribute.

Returns:
the value of the 'Resource Bundle' attribute.
See Also:
setResourceBundle(String), org.eclipse.tptp.platform.report.chart.svg.internal.palettes.PalettesPackage#getColorPaletteSets_ResourceBundle()
Generated
[EMF] Model

setResourceBundle

void setResourceBundle(java.lang.String value)
Sets the value of the 'Resource Bundle' attribute.

Parameters:
value - the new value of the 'Resource Bundle' attribute.
See Also:
getResourceBundle()
Generated

getColorPaletteSet

java.util.List getColorPaletteSet()
Returns the value of the 'Color Palette Set' containment reference list. The list contents are of type PaletteSetType.

If the meaning of the 'Color Palette Set' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Color Palette Set' containment reference list.
See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.palettes.PalettesPackage#getColorPaletteSets_ColorPaletteSet()
Generated
[EMF] Model
type="org.eclipse.tptp.platform.report.chart.svg.internal.palettes.PaletteSetType" containment="true" required="true"

getDefaultSetId

java.lang.Object getDefaultSetId()
Returns the value of the 'Default Set Id' reference.

If the meaning of the 'Default Set Id' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Set Id' reference.
See Also:
#setDefaultSetId(EObject), org.eclipse.tptp.platform.report.chart.svg.internal.palettes.PalettesPackage#getColorPaletteSets_DefaultSetId()
Generated
[EMF] Model
required="true"

setDefaultSetId

void setDefaultSetId(java.lang.Object value)
Sets the value of the 'Default Set Id' reference.

Parameters:
value - the new value of the 'Default Set Id' reference.
See Also:
getDefaultSetId()
Generated

TPTP 4.5.0 Platform Project
Internal API Specification