TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
SVGTimestampImpl, TimestampImpl

public interface Timestamp

A representation of the model object 'Timestamp'.

The following features are supported:

Generated
[EMF] Model

Method Summary
 DateFormat getDateFormat()
          Returns the value of the 'Date Format' containment reference
 org.w3c.dom.Element getElement()
          Returns the document object element of this object.
 java.lang.String getPrefix()
          Returns the value of the 'Prefix' attribute
 boolean isSetShow()
          Returns whether the value of the 'Show' attribute is set
 boolean isShow()
          Returns the value of the 'Show' attribute.
 void setDateFormat(DateFormat value)
          Sets the value of the 'Date Format' containment reference
 void setPrefix(java.lang.String value)
          Sets the value of the 'Prefix' attribute
 void setShow(boolean value)
          Sets the value of the 'Show' attribute
 void unsetShow()
          Unsets the value of the 'Show' attribute
 

Method Detail

getPrefix

java.lang.String getPrefix()
Returns the value of the 'Prefix' attribute.

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

setPrefix

void setPrefix(java.lang.String value)
Sets the value of the 'Prefix' attribute.

Parameters:
value - the new value of the 'Prefix' attribute.
See Also:
getPrefix()
Generated

isShow

boolean isShow()
Returns the value of the 'Show' attribute. The default value is "true".

Returns:
the value of the 'Show' attribute.
See Also:
isSetShow(), unsetShow(), setShow(boolean), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getTimestamp_Show()
Generated
[EMF] Model
default="true" unsettable="true"

setShow

void setShow(boolean value)
Sets the value of the 'Show' attribute.

Parameters:
value - the new value of the 'Show' attribute.
See Also:
isSetShow(), unsetShow(), isShow()
Generated

unsetShow

void unsetShow()
Unsets the value of the 'Show' attribute.

See Also:
isSetShow(), isShow(), setShow(boolean)
Generated

isSetShow

boolean isSetShow()
Returns whether the value of the 'Show' attribute is set.

Returns:
whether the value of the 'Show' attribute is set.
See Also:
unsetShow(), isShow(), setShow(boolean)
Generated

getDateFormat

DateFormat getDateFormat()
Returns the value of the 'Date Format' containment reference.

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

setDateFormat

void setDateFormat(DateFormat value)
Sets the value of the 'Date Format' containment reference.

Parameters:
value - the new value of the 'Date Format' containment reference.
See Also:
getDateFormat()
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