TPTP 4.5.0 Platform Project
Internal API Specification

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

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.MarkerRegionImpl
All Implemented Interfaces:
MarkerRegion

public class MarkerRegionImpl
extends InputBase
implements MarkerRegion

An implementation of the model object 'Marker Region'.

The following features are implemented:

Generated

Field Summary
protected  java.lang.String color
          The cached value of the 'Color' attribute
protected static java.lang.String COLOR_EDEFAULT
          The default value of the 'Color' attribute
protected static double FROM_VALUE_EDEFAULT
          The default value of the 'From Value' attribute
protected  double fromValue
          The cached value of the 'From Value' attribute
protected  boolean fromValueESet
          This is true if the From Value attribute has been set
protected  java.lang.String id
          The cached value of the 'Id' attribute
protected static java.lang.String ID_EDEFAULT
          The default value of the 'Id' attribute
protected  java.lang.String label
          The cached value of the 'Label' attribute
protected static java.lang.String LABEL_EDEFAULT
          The default value of the 'Label' attribute
protected static double TO_VALUE_EDEFAULT
          The default value of the 'To Value' attribute
protected  double toValue
          The cached value of the 'To Value' attribute
protected  boolean toValueESet
          This is true if the To Value attribute has been set
 
Fields inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
_chart, _element
 
Constructor Summary
protected MarkerRegionImpl()
           
  MarkerRegionImpl(Chart chart)
           
  MarkerRegionImpl(Chart chart, org.w3c.dom.Element element)
           
 
Method Summary
 java.lang.String getColor()
           
 double getFromValue()
           
 java.lang.String getId()
           
 java.lang.String getLabel()
           
 double getToValue()
           
 boolean isSetFromValue()
           
 boolean isSetToValue()
           
 void setColor(java.lang.String newColor)
           
 void setFromValue(double newFromValue)
           
 void setId(java.lang.String newId)
           
 void setLabel(java.lang.String newLabel)
           
 void setToValue(double newToValue)
           
 java.lang.String toString()
           
 void unsetFromValue()
           
 void unsetToValue()
           
 
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
 

Field Detail

COLOR_EDEFAULT

protected static final java.lang.String COLOR_EDEFAULT
The default value of the 'Color' attribute.

See Also:
getColor()
Generated
[EMF] Ordered

color

protected java.lang.String color
The cached value of the 'Color' attribute.

See Also:
getColor()
Generated
[EMF] Ordered

FROM_VALUE_EDEFAULT

protected static final double FROM_VALUE_EDEFAULT
The default value of the 'From Value' attribute.

See Also:
getFromValue(), Constant Field Values
Generated
[EMF] Ordered

fromValue

protected double fromValue
The cached value of the 'From Value' attribute.

See Also:
getFromValue()
Generated
[EMF] Ordered

fromValueESet

protected boolean fromValueESet
This is true if the From Value attribute has been set.

Generated
[EMF] Ordered

ID_EDEFAULT

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

See Also:
getId()
Generated
[EMF] Ordered

id

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

See Also:
getId()
Generated
[EMF] Ordered

LABEL_EDEFAULT

protected static final java.lang.String LABEL_EDEFAULT
The default value of the 'Label' attribute.

See Also:
getLabel()
Generated
[EMF] Ordered

label

protected java.lang.String label
The cached value of the 'Label' attribute.

See Also:
getLabel()
Generated
[EMF] Ordered

TO_VALUE_EDEFAULT

protected static final double TO_VALUE_EDEFAULT
The default value of the 'To Value' attribute.

See Also:
getToValue(), Constant Field Values
Generated
[EMF] Ordered

toValue

protected double toValue
The cached value of the 'To Value' attribute.

See Also:
getToValue()
Generated
[EMF] Ordered

toValueESet

protected boolean toValueESet
This is true if the To Value attribute has been set.

Generated
[EMF] Ordered
Constructor Detail

MarkerRegionImpl

protected MarkerRegionImpl()

Generated

MarkerRegionImpl

public MarkerRegionImpl(Chart chart)

MarkerRegionImpl

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

getColor

public java.lang.String getColor()

Specified by:
getColor in interface MarkerRegion
Returns:
the value of the 'Color' attribute.
See Also:
MarkerRegion.setColor(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getMarkerRegion_Color()
Generated

setColor

public void setColor(java.lang.String newColor)

Specified by:
setColor in interface MarkerRegion
Parameters:
newColor - the new value of the 'Color' attribute.
See Also:
MarkerRegion.getColor()
Generated

getFromValue

public double getFromValue()

Specified by:
getFromValue in interface MarkerRegion
Returns:
the value of the 'From Value' attribute.
See Also:
MarkerRegion.isSetFromValue(), MarkerRegion.unsetFromValue(), MarkerRegion.setFromValue(double), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getMarkerRegion_FromValue()
Generated

setFromValue

public void setFromValue(double newFromValue)

Specified by:
setFromValue in interface MarkerRegion
Parameters:
newFromValue - the new value of the 'From Value' attribute.
See Also:
MarkerRegion.isSetFromValue(), MarkerRegion.unsetFromValue(), MarkerRegion.getFromValue()
Generated

unsetFromValue

public void unsetFromValue()

Specified by:
unsetFromValue in interface MarkerRegion
See Also:
MarkerRegion.isSetFromValue(), MarkerRegion.getFromValue(), MarkerRegion.setFromValue(double)
Generated

isSetFromValue

public boolean isSetFromValue()

Specified by:
isSetFromValue in interface MarkerRegion
Returns:
whether the value of the 'From Value' attribute is set.
See Also:
MarkerRegion.unsetFromValue(), MarkerRegion.getFromValue(), MarkerRegion.setFromValue(double)
Generated

getId

public java.lang.String getId()

Specified by:
getId in interface MarkerRegion
Returns:
the value of the 'Id' attribute.
See Also:
MarkerRegion.setId(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getMarkerRegion_Id()
Generated

setId

public void setId(java.lang.String newId)

Specified by:
setId in interface MarkerRegion
Parameters:
newId - the new value of the 'Id' attribute.
See Also:
MarkerRegion.getId()
Generated

getLabel

public java.lang.String getLabel()

Specified by:
getLabel in interface MarkerRegion
Returns:
the value of the 'Label' attribute.
See Also:
MarkerRegion.setLabel(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getMarkerRegion_Label()
Generated

setLabel

public void setLabel(java.lang.String newLabel)

Specified by:
setLabel in interface MarkerRegion
Parameters:
newLabel - the new value of the 'Label' attribute.
See Also:
MarkerRegion.getLabel()
Generated

getToValue

public double getToValue()

Specified by:
getToValue in interface MarkerRegion
Returns:
the value of the 'To Value' attribute.
See Also:
MarkerRegion.isSetToValue(), MarkerRegion.unsetToValue(), MarkerRegion.setToValue(double), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getMarkerRegion_ToValue()
Generated

setToValue

public void setToValue(double newToValue)

Specified by:
setToValue in interface MarkerRegion
Parameters:
newToValue - the new value of the 'To Value' attribute.
See Also:
MarkerRegion.isSetToValue(), MarkerRegion.unsetToValue(), MarkerRegion.getToValue()
Generated

unsetToValue

public void unsetToValue()

Specified by:
unsetToValue in interface MarkerRegion
See Also:
MarkerRegion.isSetToValue(), MarkerRegion.getToValue(), MarkerRegion.setToValue(double)
Generated

isSetToValue

public boolean isSetToValue()

Specified by:
isSetToValue in interface MarkerRegion
Returns:
whether the value of the 'To Value' attribute is set.
See Also:
MarkerRegion.unsetToValue(), MarkerRegion.getToValue(), MarkerRegion.setToValue(double)
Generated

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
Generated

TPTP 4.5.0 Platform Project
Internal API Specification