TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Class DI18N

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.core.internal.DI18N
All Implemented Interfaces:
IDItem, IDObject

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class DI18N
extends DItem

This interface provides the common properties for the internatinaliszation information.


Field Summary
static java.lang.String DEF_LTR
          Deprecated. Value of textDirection Left to Right
static java.lang.String DEF_RTL
          Deprecated. Value of textDirection Right to Left
 
Constructor Summary
DI18N()
          Deprecated. creates a new I18N object with null language, null country and DI18N.TD_LTR text direction
DI18N(java.lang.String language, java.lang.String country, java.lang.String td)
          Deprecated. creates a new I18N object with language, country and text direction
 
Method Summary
 java.lang.String getCountry()
          Deprecated.  
 java.lang.String getLanguage()
          Deprecated.  
 java.lang.String getResourceBundle()
          Deprecated.  
 java.lang.String getTextDirection()
          Deprecated.  
 java.lang.String getTimeZone()
          Deprecated.  
 void setCountry(java.lang.String country)
          Deprecated. sets the country
 void setLanguage(java.lang.String language)
          Deprecated. sets the language
 void setResourceBundle(java.lang.String resourceBundle)
          Deprecated. sets the resource bundle
 void setTextDirection(java.lang.String textDirection)
          Deprecated. sets the text direction, values are TD_LTR or TD_RTL
 void setTimeZone(java.lang.String timezone)
          Deprecated. Sets the time zone for date definition
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEF_LTR

public static final java.lang.String DEF_LTR
Deprecated. 
Value of textDirection Left to Right

See Also:
Constant Field Values

DEF_RTL

public static final java.lang.String DEF_RTL
Deprecated. 
Value of textDirection Right to Left

See Also:
Constant Field Values
Constructor Detail

DI18N

public DI18N()
Deprecated. 
creates a new I18N object with null language, null country and DI18N.TD_LTR text direction


DI18N

public DI18N(java.lang.String language,
             java.lang.String country,
             java.lang.String td)
Deprecated. 
creates a new I18N object with language, country and text direction

Method Detail

getCountry

public java.lang.String getCountry()
Deprecated. 
Returns:
the country

setCountry

public void setCountry(java.lang.String country)
Deprecated. 
sets the country


getLanguage

public java.lang.String getLanguage()
Deprecated. 
Returns:
the language

setLanguage

public void setLanguage(java.lang.String language)
Deprecated. 
sets the language


getTextDirection

public java.lang.String getTextDirection()
Deprecated. 
Returns:
the text direction TD_LTR or TD_RTL

setTextDirection

public void setTextDirection(java.lang.String textDirection)
Deprecated. 
sets the text direction, values are TD_LTR or TD_RTL


getResourceBundle

public java.lang.String getResourceBundle()
Deprecated. 
Returns:
the resource bundle

setResourceBundle

public void setResourceBundle(java.lang.String resourceBundle)
Deprecated. 
sets the resource bundle


getTimeZone

public java.lang.String getTimeZone()
Deprecated. 
Returns:
the time zone for date definition (null by default)

setTimeZone

public void setTimeZone(java.lang.String timezone)
Deprecated. 
Sets the time zone for date definition


TPTP 4.5.0 Platform Project
Internal API Specification