|
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.CoordinatesImpl
public class CoordinatesImpl
An implementation of the model object 'Coordinates'.
The following features are implemented:
| 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 |
|---|
protected static final java.lang.String ID_EDEFAULT
Id' attribute.
getId()protected java.lang.String id
Id' attribute.
getId()protected static final java.lang.String TYPE_EDEFAULT
Type' attribute.
getType(),
Constant Field Valuesprotected java.lang.String type
Type' attribute.
getType()protected boolean typeESet
protected static final double VALUE1_EDEFAULT
Value1' attribute.
getValue1(),
Constant Field Valuesprotected double value1
Value1' attribute.
getValue1()protected boolean value1ESet
protected static final double VALUE2_EDEFAULT
Value2' attribute.
getValue2(),
Constant Field Valuesprotected double value2
Value2' attribute.
getValue2()protected boolean value2ESet
protected Accessibility accessibility
Accessibility' containment reference.
getAccessibility()protected java.util.List eventHandler
Event Handler' containment reference list.
getEventHandler()protected Tooltip tooltip
Tooltip' containment reference.
getTooltip()| Constructor Detail |
|---|
protected CoordinatesImpl()
public CoordinatesImpl(Chart chart)
public CoordinatesImpl(Chart chart,
org.w3c.dom.Element element)
| Method Detail |
|---|
public java.lang.String getId()
getId in interface CoordinatesCoordinates.setId(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getCoordinates_Id()public void setId(java.lang.String newId)
setId in interface CoordinatesnewId - the new value of the 'Id' attribute.Coordinates.getId()public java.lang.String getType()
getType in interface CoordinatesCoordinates.isSetType(),
Coordinates.unsetType(),
Coordinates.setType(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getCoordinates_Type()public void setType(java.lang.String newType)
setType in interface CoordinatesnewType - the new value of the 'Type' attribute.Coordinates.isSetType(),
Coordinates.unsetType(),
Coordinates.getType()public void unsetType()
unsetType in interface CoordinatesCoordinates.isSetType(),
Coordinates.getType(),
Coordinates.setType(String)public boolean isSetType()
isSetType in interface CoordinatesCoordinates.unsetType(),
Coordinates.getType(),
Coordinates.setType(String)public double getValue1()
getValue1 in interface CoordinatesCoordinates.isSetValue1(),
Coordinates.unsetValue1(),
Coordinates.setValue1(double),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getCoordinates_Value1()public void setValue1(double newValue1)
setValue1 in interface CoordinatesnewValue1 - the new value of the 'Value1' attribute.Coordinates.isSetValue1(),
Coordinates.unsetValue1(),
Coordinates.getValue1()public void unsetValue1()
unsetValue1 in interface CoordinatesCoordinates.isSetValue1(),
Coordinates.getValue1(),
Coordinates.setValue1(double)public boolean isSetValue1()
isSetValue1 in interface CoordinatesCoordinates.unsetValue1(),
Coordinates.getValue1(),
Coordinates.setValue1(double)public double getValue2()
getValue2 in interface CoordinatesCoordinates.isSetValue2(),
Coordinates.unsetValue2(),
Coordinates.setValue2(double),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getCoordinates_Value2()public void setValue2(double newValue2)
setValue2 in interface CoordinatesnewValue2 - the new value of the 'Value2' attribute.Coordinates.isSetValue2(),
Coordinates.unsetValue2(),
Coordinates.getValue2()public void unsetValue2()
unsetValue2 in interface CoordinatesCoordinates.isSetValue2(),
Coordinates.getValue2(),
Coordinates.setValue2(double)public boolean isSetValue2()
isSetValue2 in interface CoordinatesCoordinates.unsetValue2(),
Coordinates.getValue2(),
Coordinates.setValue2(double)public Accessibility getAccessibility()
getAccessibility in interface CoordinatesCoordinates.setAccessibility(Accessibility),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getCoordinates_Accessibility()public void setAccessibility(Accessibility newAccessibility)
setAccessibility in interface CoordinatesnewAccessibility - the new value of the 'Accessibility' containment reference.Coordinates.getAccessibility()public java.util.List getEventHandler()
getEventHandler in interface Coordinatesorg.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getCoordinates_EventHandler()public Tooltip getTooltip()
getTooltip in interface CoordinatesCoordinates.setTooltip(Tooltip),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getCoordinates_Tooltip()public void setTooltip(Tooltip newTooltip)
setTooltip in interface CoordinatesnewTooltip - the new value of the 'Tooltip' containment reference.Coordinates.getTooltip()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 | ||||||||