Package | Description |
---|---|
com.tietoenator.trip.jxp.database |
Classes to inspect and modify database design.
|
Modifier and Type | Method and Description |
---|---|
TdbFieldGroupType |
TdbFieldGroupDesign.getGroupType()
Get the type of the field group
|
static TdbFieldGroupType |
TdbFieldGroupType.getTypeof(java.lang.String name)
Retrieve the field group type ID that matches the provided name
|
static TdbFieldGroupType |
TdbFieldGroupType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TdbFieldGroupType[] |
TdbFieldGroupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TdbFieldGroupDesign.setGroupType(TdbFieldGroupType groupType)
Set the field group type.
|