IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.wsspi.classify
DialectOperator



It provides a method for getting the string representation of an operator.


Method Summary
public  StringgetTranslatedText(java.util.Locale)
           Gets a translated string in the language specified by the Locale object.
public  StringtoString()
           Gets the string representation of the operator.

Method Detail

getTranslatedText

public String getTranslatedText(Locale locale)
Gets a translated string in the language specified by the Locale object.
Parameters:
    locale - The constructed locale object with the lowercase two-letter ISO-639 language and uppercase two-letter ISO-3166 country codes set.


Returns:
     String in the locale representing operator meaning.


toString

public String toString()
Gets the string representation of the operator.


Returns:
     String


IBM WebSphere Extended Deployment (XD)TM
Release 6.0