Uses of Class
com.ibm.di.connector.dpa.schema.PropertyDefinition
-
Packages that use PropertyDefinition Package Description com.ibm.di.connector.dpa.schema -
-
Uses of PropertyDefinition in com.ibm.di.connector.dpa.schema
Methods in com.ibm.di.connector.dpa.schema that return PropertyDefinition Modifier and Type Method Description PropertyDefinition
ClassDefinition. getPrimaryKey()
PropertyDefinition
ClassDefinition. getPropertyDefinition(java.lang.String propertyName)
Methods in com.ibm.di.connector.dpa.schema that return types with arguments of type PropertyDefinition Modifier and Type Method Description java.util.List<PropertyDefinition>
ClassDefinition. getPropertyList()
java.util.List<PropertyDefinition>
PropertySetDefinition. getPropertyList()
java.util.List<PropertyDefinition>
ClassDefinition. getUniqueKey()
Methods in com.ibm.di.connector.dpa.schema with parameters of type PropertyDefinition Modifier and Type Method Description protected void
PropertySetDefinition. addProperty(PropertyDefinition property)
-