Uses of Enum Class
com.tietoenator.trip.jxp.TdbGraphRecordType
Packages that use TdbGraphRecordType
Package
Description
Main TRIPjxp package that contains generic classes and enumerations.
Database content manipulation.
-
Uses of TdbGraphRecordType in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbGraphRecordTypeModifier and TypeMethodDescriptionstatic TdbGraphRecordTypeReturns the enum constant of this class with the specified name.static TdbGraphRecordType[]TdbGraphRecordType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TdbGraphRecordType in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbGraphRecordTypeModifier and TypeMethodDescriptionTdbGraphRecord.getGraphRecordType()Returns the type of the graph recordMethods in com.tietoenator.trip.jxp.data with parameters of type TdbGraphRecordTypeModifier and TypeMethodDescriptionvoidTdbGraphRecord.setGraphRecordType(TdbGraphRecordType type) Set the type of the graph record.