Package com.ibm.di.connector.dpa.schema
Class UIDDefinition
- java.lang.Object
-
- com.ibm.di.connector.dpa.schema.UIDDefinition
-
public class UIDDefinition extends java.lang.Object
This class contains meta data about the primary key of a class from the model. A representation of the 'pkDefinition' element from dpaschema.xml.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE_INHERIT
static java.lang.String
TYPE_SQL
-
Constructor Summary
Constructors Modifier Constructor Description protected
UIDDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getType()
java.lang.String
getValue()
void
setType(java.lang.String type)
void
setValue(java.lang.String value)
-
-
-
Field Detail
-
TYPE_SQL
public static final java.lang.String TYPE_SQL
- See Also:
- Constant Field Values
-
TYPE_INHERIT
public static final java.lang.String TYPE_INHERIT
- See Also:
- Constant Field Values
-
-