TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
NumberFormatImpl, SVGNumberFormatImpl

public interface NumberFormat

A representation of the model object 'Number Format'.

The following features are supported:

Generated
[EMF] Model

Method Summary
 org.w3c.dom.Element getElement()
          Returns the document object element of this object.
 java.lang.String getPattern()
          Returns the value of the 'Pattern' attribute
 void setPattern(java.lang.String value)
          Sets the value of the 'Pattern' attribute
 

Method Detail

getPattern

java.lang.String getPattern()
Returns the value of the 'Pattern' attribute. k *

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

setPattern

void setPattern(java.lang.String value)
Sets the value of the 'Pattern' attribute.

Parameters:
value - the new value of the 'Pattern' attribute.
See Also:
getPattern()
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