TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
InternationalizationImpl, SVGInternationalizationImpl

public interface Internationalization

A representation of the model object 'Internationalization'.

The following features are supported:

Generated
[EMF] Model

Method Summary
 java.lang.String getCountry()
          Returns the value of the 'Country' attribute
 org.w3c.dom.Element getElement()
          Returns the document object element of this object.
 java.lang.String getLanguage()
          Returns the value of the 'Language' attribute
 java.lang.String getResourceBundle()
          Returns the value of the 'Resource Bundle' attribute
 java.lang.String getTextDirection()
          Returns the value of the 'Text Direction' attribute.
 java.lang.String getTimezone()
          Returns the value of the 'Timezone' attribute
 boolean isSetTextDirection()
          Returns whether the value of the 'Text Direction' attribute is set
 void setCountry(java.lang.String value)
          Sets the value of the 'Country' attribute
 void setLanguage(java.lang.String value)
          Sets the value of the 'Language' attribute
 void setResourceBundle(java.lang.String value)
          Sets the value of the 'Resource Bundle' attribute
 void setTextDirection(java.lang.String value)
          Sets the value of the 'Text Direction' attribute
 void setTimezone(java.lang.String value)
          Sets the value of the 'Timezone' attribute
 void unsetTextDirection()
          Unsets the value of the 'Text Direction' attribute
 

Method Detail

getCountry

java.lang.String getCountry()
Returns the value of the 'Country' attribute.

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

setCountry

void setCountry(java.lang.String value)
Sets the value of the 'Country' attribute.

Parameters:
value - the new value of the 'Country' attribute.
See Also:
getCountry()
Generated

getLanguage

java.lang.String getLanguage()
Returns the value of the 'Language' attribute.

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

setLanguage

void setLanguage(java.lang.String value)
Sets the value of the 'Language' attribute.

Parameters:
value - the new value of the 'Language' attribute.
See Also:
getLanguage()
Generated

getResourceBundle

java.lang.String getResourceBundle()
Returns the value of the 'Resource Bundle' attribute.

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

setResourceBundle

void setResourceBundle(java.lang.String value)
Sets the value of the 'Resource Bundle' attribute.

Parameters:
value - the new value of the 'Resource Bundle' attribute.
See Also:
getResourceBundle()
Generated

getTextDirection

java.lang.String getTextDirection()
Returns the value of the 'Text Direction' attribute. The default value is "LTR".

Returns:
the value of the 'Text Direction' attribute.
See Also:
isSetTextDirection(), unsetTextDirection(), setTextDirection(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getInternationalization_TextDirection()
Generated
[EMF] Model
default="LTR" unsettable="true"

setTextDirection

void setTextDirection(java.lang.String value)
Sets the value of the 'Text Direction' attribute.

Parameters:
value - the new value of the 'Text Direction' attribute.
See Also:
isSetTextDirection(), unsetTextDirection(), getTextDirection()
Generated

unsetTextDirection

void unsetTextDirection()
Unsets the value of the 'Text Direction' attribute.

See Also:
isSetTextDirection(), getTextDirection(), setTextDirection(String)
Generated

isSetTextDirection

boolean isSetTextDirection()
Returns whether the value of the 'Text Direction' attribute is set.

Returns:
whether the value of the 'Text Direction' attribute is set.
See Also:
unsetTextDirection(), getTextDirection(), setTextDirection(String)
Generated

getTimezone

java.lang.String getTimezone()
Returns the value of the 'Timezone' attribute.

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

setTimezone

void setTimezone(java.lang.String value)
Sets the value of the 'Timezone' attribute.

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