TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
DateFormatImpl, SVGDateFormatImpl

public interface DateFormat

A representation of the model object 'Date 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.

Returns:
the value of the 'Pattern' attribute.
See Also:
setPattern(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getDateFormat_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