Uses of Interface
com.ibm.di.config.interfaces.SchemaItemConfig

Packages that use SchemaItemConfig
com.ibm.di.admin.ui   
com.ibm.di.config.base   
com.ibm.di.config.interfaces   
com.ibm.di.config.xml   
 

Uses of SchemaItemConfig in com.ibm.di.admin.ui
 

Methods in com.ibm.di.admin.ui that return SchemaItemConfig
 SchemaItemConfig GenericSchemaUI.GenericSchemaModel.getItemAt(int row)
           
 SchemaItemConfig ConnectorSchemaUI.ConnectorSchemaModel.getItemAt(int row)
           
 SchemaItemConfig ALInitParamUI.ALInitParamModel.getItemAt(int row)
           
 

Uses of SchemaItemConfig in com.ibm.di.config.base
 

Classes in com.ibm.di.config.base that implement SchemaItemConfig
 class SchemaItemConfigImpl
          Describes the configuration of an item from a chema
 

Methods in com.ibm.di.config.base that return SchemaItemConfig
 SchemaItemConfig SchemaConfigImpl.getItem(Object name)
          Gets the item attribute of the SchemaConfig object
 SchemaItemConfig SchemaConfigImpl.newItem(Object name)
          Constructs a new SchemaItemConfig object.
 

Methods in com.ibm.di.config.base with parameters of type SchemaItemConfig
 void SchemaConfigImpl.setItem(Object name, SchemaItemConfig item)
          Sets the item attribute of the SchemaConfig object
 

Uses of SchemaItemConfig in com.ibm.di.config.interfaces
 

Methods in com.ibm.di.config.interfaces that return SchemaItemConfig
 SchemaItemConfig SchemaConfig.getItem(Object name)
          Gets the item attribute of the SchemaConfig object
 SchemaItemConfig SchemaConfig.newItem(Object name)
          Constructs a new SchemaItemConfig object
 

Methods in com.ibm.di.config.interfaces with parameters of type SchemaItemConfig
 void SchemaConfig.setItem(Object name, SchemaItemConfig item)
          Sets the item attribute of the SchemaConfig object
 

Uses of SchemaItemConfig in com.ibm.di.config.xml
 

Methods in com.ibm.di.config.xml with parameters of type SchemaItemConfig
 void SchemaFactory.setSchemaItem(Element elem, SchemaItemConfig config)