Uses of Class
com.tietoenator.trip.jxp.database.TdbFieldGroupType
-
Packages that use TdbFieldGroupType Package Description com.tietoenator.trip.jxp.database Classes to inspect and modify database design. -
-
Uses of TdbFieldGroupType in com.tietoenator.trip.jxp.database
Methods in com.tietoenator.trip.jxp.database that return TdbFieldGroupType Modifier and Type Method Description TdbFieldGroupType
TdbFieldGroupDesign. getGroupType()
Get the type of the field groupstatic TdbFieldGroupType
TdbFieldGroupType. getTypeof(java.lang.String name)
Retrieve the field group type ID that matches the provided namestatic 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.Methods in com.tietoenator.trip.jxp.database with parameters of type TdbFieldGroupType Modifier and Type Method Description void
TdbFieldGroupDesign. setGroupType(TdbFieldGroupType groupType)
Set the field group type.
-