TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
CustomFormatImpl, SVGCustomFormatImpl

public interface CustomFormat

A representation of the model object 'Custom Format'.

The following features are supported:

See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getCustomFormat()
Generated
[EMF] Model

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

Method Detail

getFormatClass

java.lang.String getFormatClass()
Returns the value of the 'Format Class' attribute.

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

setFormatClass

void setFormatClass(java.lang.String value)
Sets the value of the 'Format Class' attribute.

Parameters:
value - the new value of the 'Format Class' attribute.
See Also:
getFormatClass()
Generated

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#getCustomFormat_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