Uses of Package
com.ibm.di.connector.dpa.schema

Packages that use com.ibm.di.connector.dpa.schema
com.ibm.di.connector.dpa   
com.ibm.di.connector.dpa.provider   
com.ibm.di.connector.dpa.schema   
 

Classes in com.ibm.di.connector.dpa.schema used by com.ibm.di.connector.dpa
ClassDefinition
          This class contains meta data about a class from the model.
ClassDefinitionFactory
          This class is responsible for reading data schema from an input XML file and building the data definition model.
ClassInstance
          An instance of a class from the data model.
 

Classes in com.ibm.di.connector.dpa.schema used by com.ibm.di.connector.dpa.provider
ClassDefinition
          This class contains meta data about a class from the model.
ClassDefinitionFactory
          This class is responsible for reading data schema from an input XML file and building the data definition model.
ClassInstance
          An instance of a class from the data model.
 

Classes in com.ibm.di.connector.dpa.schema used by com.ibm.di.connector.dpa.schema
ClassDefinition
          This class contains meta data about a class from the model.
ClassInstance
          An instance of a class from the data model.
PropertyDefinition
          This class contains meta data about a class property.
PropertySetDefinition
          This class contains common meta data about a set of related properties.
PropertySetInstance
          An instance of this class contains values for all properties defined by the corresponding PropertySetDefinition.
ReferenceDefinition
          This class contains meta data about a class reference.
ReferenceInstance
          The instances of this class contain one or more ClassInstance objects referred by another ClassInstance object.
UIDDefinition
          This class contains meta data about the primary key of a class from the model.