TPTP 4.5.0 Platform Project
Internal API Specification

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

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.NumberFormatImpl
All Implemented Interfaces:
NumberFormat

public class NumberFormatImpl
extends InputBase
implements NumberFormat

An implementation of the model object 'Number Format'.

The following features are implemented:

Generated

Field Summary
protected  java.lang.String pattern
          The cached value of the 'Pattern' attribute
protected static java.lang.String PATTERN_EDEFAULT
          The default value of the 'Pattern' attribute
 
Fields inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
_chart, _element
 
Constructor Summary
protected NumberFormatImpl()
           
  NumberFormatImpl(Chart chart)
           
  NumberFormatImpl(Chart chart, org.w3c.dom.Element element)
           
 
Method Summary
 java.lang.String getPattern()
           
 void setPattern(java.lang.String newPattern)
           
 java.lang.String toString()
           
 
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.NumberFormat
getElement
 

Field Detail

PATTERN_EDEFAULT

protected static final java.lang.String PATTERN_EDEFAULT
The default value of the 'Pattern' attribute.

See Also:
getPattern()
Generated
[EMF] Ordered

pattern

protected java.lang.String pattern
The cached value of the 'Pattern' attribute.

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

NumberFormatImpl

protected NumberFormatImpl()

Generated

NumberFormatImpl

public NumberFormatImpl(Chart chart)

NumberFormatImpl

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

getPattern

public java.lang.String getPattern()

Specified by:
getPattern in interface NumberFormat
Returns:
the value of the 'Pattern' attribute.
See Also:
NumberFormat.setPattern(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getNumberFormat_Pattern()
Generated

setPattern

public void setPattern(java.lang.String newPattern)

Specified by:
setPattern in interface NumberFormat
Parameters:
newPattern - the new value of the 'Pattern' attribute.
See Also:
NumberFormat.getPattern()
Generated

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
Generated

TPTP 4.5.0 Platform Project
Internal API Specification