|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.owb.transformation.LanguageManager
This class provides access to all supported languages.
Language| Field Summary | |
static java.lang.String |
PLSQL_LANG_NAMEthe name ("PL/SQL") of the PL/SQL language. |
protected static LanguageManager |
s_instancestatic instance of the LanguageManager. |
| Constructor Summary | |
protected |
LanguageManager() |
| Method Summary | |
Language |
findLanguage(java.lang.String sLanguage)searches for and returns the Language object with the given name. |
static LanguageManager |
getInstance()returns the singleton instance of the LanguageManager. |
java.lang.String[] |
getLanguageNames()Returns an array of String objects representing the names of all supported languages. |
Language[] |
getLanguages()Returns an array of Language objects representing all supported languages. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static LanguageManager s_instance
LanguageManager.public static final java.lang.String PLSQL_LANG_NAME
language.
| Constructor Detail |
protected LanguageManager()
| Method Detail |
public static LanguageManager getInstance()
LanguageManager.LanguageManager objectpublic Language[] getLanguages()
Language objects representing all supported languages.Language objectspublic java.lang.String[] getLanguageNames()
String objects representing the names of all supported languages.Stringpublic Language findLanguage(java.lang.String sLanguage)
Language object with the given name.sLanguage - the name of the language to search forLanguage object with the requested name, or null if not found.
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||