TPTP 4.5.0 Platform Project
Internal API Specification

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

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.CoordinatesImpl
All Implemented Interfaces:
Coordinates

public class CoordinatesImpl
extends InputBase
implements Coordinates

An implementation of the model object 'Coordinates'.

The following features are implemented:

Generated

Field Summary
protected  Accessibility accessibility
          The cached value of the 'Accessibility' containment reference
protected  java.util.List eventHandler
          The cached value of the 'Event Handler' containment reference list
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  Tooltip tooltip
          The cached value of the 'Tooltip' containment reference
protected  java.lang.String type
          The cached value of the 'Type' attribute
protected static java.lang.String TYPE_EDEFAULT
          The default value of the 'Type' attribute
protected  boolean typeESet
          This is true if the Type attribute has been set
protected  double value1
          The cached value of the 'Value1' attribute
protected static double VALUE1_EDEFAULT
          The default value of the 'Value1' attribute
protected  boolean value1ESet
          This is true if the Value1 attribute has been set
protected  double value2
          The cached value of the 'Value2' attribute
protected static double VALUE2_EDEFAULT
          The default value of the 'Value2' attribute
protected  boolean value2ESet
          This is true if the Value2 attribute has been set
 
Fields inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
_chart, _element
 
Constructor Summary
protected CoordinatesImpl()
           
  CoordinatesImpl(Chart chart)
           
  CoordinatesImpl(Chart chart, org.w3c.dom.Element element)
           
 
Method Summary
 Accessibility getAccessibility()
           
 java.util.List getEventHandler()
           
 java.lang.String getId()
           
 Tooltip getTooltip()
           
 java.lang.String getType()
           
 double getValue1()
           
 double getValue2()
           
 boolean isSetType()
           
 boolean isSetValue1()
           
 boolean isSetValue2()
           
 void setAccessibility(Accessibility newAccessibility)
           
 void setId(java.lang.String newId)
           
 void setTooltip(Tooltip newTooltip)
           
 void setType(java.lang.String newType)
           
 void setValue1(double newValue1)
           
 void setValue2(double newValue2)
           
 java.lang.String toString()
           
 void unsetType()
           
 void unsetValue1()
           
 void unsetValue2()
           
 
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.Coordinates
getElement
 

Field Detail

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

TYPE_EDEFAULT

protected static final java.lang.String TYPE_EDEFAULT
The default value of the 'Type' attribute.

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

type

protected java.lang.String type
The cached value of the 'Type' attribute.

See Also:
getType()
Generated
[EMF] Ordered

typeESet

protected boolean typeESet
This is true if the Type attribute has been set.

Generated
[EMF] Ordered

VALUE1_EDEFAULT

protected static final double VALUE1_EDEFAULT
The default value of the 'Value1' attribute.

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

value1

protected double value1
The cached value of the 'Value1' attribute.

See Also:
getValue1()
Generated
[EMF] Ordered

value1ESet

protected boolean value1ESet
This is true if the Value1 attribute has been set.

Generated
[EMF] Ordered

VALUE2_EDEFAULT

protected static final double VALUE2_EDEFAULT
The default value of the 'Value2' attribute.

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

value2

protected double value2
The cached value of the 'Value2' attribute.

See Also:
getValue2()
Generated
[EMF] Ordered

value2ESet

protected boolean value2ESet
This is true if the Value2 attribute has been set.

Generated
[EMF] Ordered

accessibility

protected Accessibility accessibility
The cached value of the 'Accessibility' containment reference.

See Also:
getAccessibility()
Generated
[EMF] Ordered

eventHandler

protected java.util.List eventHandler
The cached value of the 'Event Handler' containment reference list.

See Also:
getEventHandler()
Generated
[EMF] Ordered

tooltip

protected Tooltip tooltip
The cached value of the 'Tooltip' containment reference.

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

CoordinatesImpl

protected CoordinatesImpl()

Generated

CoordinatesImpl

public CoordinatesImpl(Chart chart)

CoordinatesImpl

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

getId

public java.lang.String getId()

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

setId

public void setId(java.lang.String newId)

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

getType

public java.lang.String getType()

Specified by:
getType in interface Coordinates
Returns:
the value of the 'Type' attribute.
See Also:
Coordinates.isSetType(), Coordinates.unsetType(), Coordinates.setType(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getCoordinates_Type()
Generated

setType

public void setType(java.lang.String newType)

Specified by:
setType in interface Coordinates
Parameters:
newType - the new value of the 'Type' attribute.
See Also:
Coordinates.isSetType(), Coordinates.unsetType(), Coordinates.getType()
Generated

unsetType

public void unsetType()

Specified by:
unsetType in interface Coordinates
See Also:
Coordinates.isSetType(), Coordinates.getType(), Coordinates.setType(String)
Generated

isSetType

public boolean isSetType()

Specified by:
isSetType in interface Coordinates
Returns:
whether the value of the 'Type' attribute is set.
See Also:
Coordinates.unsetType(), Coordinates.getType(), Coordinates.setType(String)
Generated

getValue1

public double getValue1()

Specified by:
getValue1 in interface Coordinates
Returns:
the value of the 'Value1' attribute.
See Also:
Coordinates.isSetValue1(), Coordinates.unsetValue1(), Coordinates.setValue1(double), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getCoordinates_Value1()
Generated

setValue1

public void setValue1(double newValue1)

Specified by:
setValue1 in interface Coordinates
Parameters:
newValue1 - the new value of the 'Value1' attribute.
See Also:
Coordinates.isSetValue1(), Coordinates.unsetValue1(), Coordinates.getValue1()
Generated

unsetValue1

public void unsetValue1()

Specified by:
unsetValue1 in interface Coordinates
See Also:
Coordinates.isSetValue1(), Coordinates.getValue1(), Coordinates.setValue1(double)
Generated

isSetValue1

public boolean isSetValue1()

Specified by:
isSetValue1 in interface Coordinates
Returns:
whether the value of the 'Value1' attribute is set.
See Also:
Coordinates.unsetValue1(), Coordinates.getValue1(), Coordinates.setValue1(double)
Generated

getValue2

public double getValue2()

Specified by:
getValue2 in interface Coordinates
Returns:
the value of the 'Value2' attribute.
See Also:
Coordinates.isSetValue2(), Coordinates.unsetValue2(), Coordinates.setValue2(double), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getCoordinates_Value2()
Generated

setValue2

public void setValue2(double newValue2)

Specified by:
setValue2 in interface Coordinates
Parameters:
newValue2 - the new value of the 'Value2' attribute.
See Also:
Coordinates.isSetValue2(), Coordinates.unsetValue2(), Coordinates.getValue2()
Generated

unsetValue2

public void unsetValue2()

Specified by:
unsetValue2 in interface Coordinates
See Also:
Coordinates.isSetValue2(), Coordinates.getValue2(), Coordinates.setValue2(double)
Generated

isSetValue2

public boolean isSetValue2()

Specified by:
isSetValue2 in interface Coordinates
Returns:
whether the value of the 'Value2' attribute is set.
See Also:
Coordinates.unsetValue2(), Coordinates.getValue2(), Coordinates.setValue2(double)
Generated

getAccessibility

public Accessibility getAccessibility()

Specified by:
getAccessibility in interface Coordinates
Returns:
the value of the 'Accessibility' containment reference.
See Also:
Coordinates.setAccessibility(Accessibility), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getCoordinates_Accessibility()
Generated

setAccessibility

public void setAccessibility(Accessibility newAccessibility)

Specified by:
setAccessibility in interface Coordinates
Parameters:
newAccessibility - the new value of the 'Accessibility' containment reference.
See Also:
Coordinates.getAccessibility()
Generated

getEventHandler

public java.util.List getEventHandler()

Specified by:
getEventHandler in interface Coordinates
Returns:
the value of the 'Event Handler' containment reference list.
See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getCoordinates_EventHandler()
Generated

getTooltip

public Tooltip getTooltip()

Specified by:
getTooltip in interface Coordinates
Returns:
the value of the 'Tooltip' containment reference.
See Also:
Coordinates.setTooltip(Tooltip), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getCoordinates_Tooltip()
Generated

setTooltip

public void setTooltip(Tooltip newTooltip)

Specified by:
setTooltip in interface Coordinates
Parameters:
newTooltip - the new value of the 'Tooltip' containment reference.
See Also:
Coordinates.getTooltip()
Generated

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
Generated

TPTP 4.5.0 Platform Project
Internal API Specification