Uses of Enum Class
com.tietoenator.trip.jxp.database.TdbFieldGroupType
Packages that use TdbFieldGroupType
Package
Description
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 TdbFieldGroupTypeModifier and TypeMethodDescriptionTdbFieldGroupDesign.getGroupType()
Get the type of the field groupstatic TdbFieldGroupType
Retrieve the field group type ID that matches the provided namestatic TdbFieldGroupType
Returns the enum constant of this class with the specified name.static TdbFieldGroupType[]
TdbFieldGroupType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tietoenator.trip.jxp.database with parameters of type TdbFieldGroupTypeModifier and TypeMethodDescriptionvoid
TdbFieldGroupDesign.setGroupType
(TdbFieldGroupType groupType) Set the field group type.