Package | Description |
---|---|
com.tietoenator.trip.jxp.data |
Database content manipulation.
|
Modifier and Type | Method and Description |
---|---|
TdbFieldFetchType |
TdbFieldTemplate.getFetchType()
Return an indication of what to fetch from the field.
|
static TdbFieldFetchType |
TdbFieldFetchType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TdbFieldFetchType[] |
TdbFieldFetchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TdbFieldTemplate.setFetchType(TdbFieldFetchType mode)
Specify what to fetch from the field.
|
Constructor and Description |
---|
TdbFieldTemplate(java.lang.String name,
TdbFieldFetchType mode,
int hint)
Constructor, create a fully specified template field.
|