|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectorSchemaItemConfig | |
---|---|
com.ibm.di.config.base | |
com.ibm.di.config.interfaces |
Uses of ConnectorSchemaItemConfig in com.ibm.di.config.base |
---|
Classes in com.ibm.di.config.base that implement ConnectorSchemaItemConfig | |
---|---|
class |
ConnectorSchemaItemConfigImpl
|
Methods in com.ibm.di.config.base that return ConnectorSchemaItemConfig | |
---|---|
ConnectorSchemaItemConfig |
ConnectorSchemaConfigImpl.getItem(Object name)
|
ConnectorSchemaItemConfig |
ConnectorSchemaConfigImpl.getItem(Object name,
boolean create)
|
ConnectorSchemaItemConfig |
ConnectorSchemaConfigImpl.newItem(Object name)
|
Methods in com.ibm.di.config.base with parameters of type ConnectorSchemaItemConfig | |
---|---|
void |
ConnectorSchemaConfigImpl.setItem(Object name,
ConnectorSchemaItemConfig item)
|
Uses of ConnectorSchemaItemConfig in com.ibm.di.config.interfaces |
---|
Methods in com.ibm.di.config.interfaces that return ConnectorSchemaItemConfig | |
---|---|
ConnectorSchemaItemConfig |
ConnectorSchemaConfig.getItem(Object name)
Gets the item attribute of the ConnectorSchemaConfig object |
ConnectorSchemaItemConfig |
ConnectorSchemaConfig.getItem(Object name,
boolean create)
|
ConnectorSchemaItemConfig |
ConnectorSchemaConfig.newItem(Object name)
Creates a new schema item. |
Methods in com.ibm.di.config.interfaces with parameters of type ConnectorSchemaItemConfig | |
---|---|
void |
ConnectorSchemaConfig.setItem(Object name,
ConnectorSchemaItemConfig item)
Sets the item attribute of the ConnectorSchemaConfig object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |