Package | Description |
---|---|
oracle.odi.domain.adapter.topology |
This package contains base interface classes for topology domain objects in Oracle Data Integrator.
|
oracle.odi.domain.mapping |
This package contains the Oracle Data Integrator Mapping implementation.
|
Modifier and Type | Method and Description |
---|---|
ISubLanguage |
ILanguageElement.getSubLanguage()
Gets the sub-language object that owns this language element.
|
Modifier and Type | Class and Description |
---|---|
static class |
MappingGenericTechnology.MappingSubLanguage |
Modifier and Type | Method and Description |
---|---|
ISubLanguage |
MappingGenericTechnology.MappingLanguageElement.getSubLanguage()
Gets the sublanguage of this language element.
|
ISubLanguage |
MappingGenericTechnology.getSubLanguage(java.lang.String subLanguageName)
Gets the mapping sub-language object with the specified name, or null if not found.
|
Modifier and Type | Method and Description |
---|---|
void |
MappingGenericTechnology.MappingLanguage.addSubLanguage(ISubLanguage subLang)
Adds a sublanguage to this language.
|
Constructor and Description |
---|
MappingGenericTechnology.MappingLanguageElement(ISubLanguage subLanguage,
java.lang.String name,
java.lang.String expression) |