TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.input
Interface DataValue

All Known Implementing Classes:
DataValueImpl, SVGDataValueImpl

public interface DataValue

A representation of the model object 'DataValue'.

The following features are supported:

Generated
[EMF] Model

Method Summary
 org.w3c.dom.Element getElement()
          Returns the document object element of this object.
 NumberFormat getNumberFormat()
          Returns the value of the 'Number Format' containment reference
 java.lang.String getPercentageVisibility()
          Returns the value of the 'Percentage Visibility' attribute
 java.lang.String getValueVisibility()
          Returns the value of the 'Value Visibility' attribute
 void setNumberFormat(NumberFormat value)
          Sets the value of the 'Number Format' containment reference
 void setPercentageVisibility(java.lang.String value)
          Sets the value of the 'Percentage Visibility' attribute
 void setValueVisibility(java.lang.String value)
          Sets the value of the 'Value Visibility' attribute
 

Method Detail

getPercentageVisibility

java.lang.String getPercentageVisibility()
Returns the value of the 'Percentage Visibility' attribute.

Returns:
the value of the 'Percentage Visibility' attribute.
See Also:
setPercentageVisibility(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getDataValue_PercentageVisibility()
Generated
[EMF] Model

setPercentageVisibility

void setPercentageVisibility(java.lang.String value)
Sets the value of the 'Percentage Visibility' attribute.

Parameters:
value - the new value of the 'Percentage Visibility' attribute.
See Also:
getPercentageVisibility()
Generated

getValueVisibility

java.lang.String getValueVisibility()
Returns the value of the 'Value Visibility' attribute.

Returns:
the value of the 'Value Visibility' attribute.
See Also:
setValueVisibility(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getDataValue_ValueVisibility()
Generated
[EMF] Model

setValueVisibility

void setValueVisibility(java.lang.String value)
Sets the value of the 'Value Visibility' attribute.

Parameters:
value - the new value of the 'Value Visibility' attribute.
See Also:
getValueVisibility()
Generated

getNumberFormat

NumberFormat getNumberFormat()
Returns the value of the 'Number Format' containment reference.

Returns:
the value of the 'Number Format' containment reference.
See Also:
setNumberFormat(NumberFormat), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_NumberFormat()
Generated
[EMF] Model
containment="true"

setNumberFormat

void setNumberFormat(NumberFormat value)
Sets the value of the 'Number Format' containment reference.

Parameters:
value - the new value of the 'Number Format' containment reference.
See Also:
getNumberFormat()
Generated

getElement

org.w3c.dom.Element getElement()
Returns the document object element of this object. If this object was not initialized with an element, null will be returned.

Returns:
the element in the DOM represented by this object

TPTP 4.5.0 Platform Project
Internal API Specification