Uses of Class
com.tietoenator.trip.jxp.TdbGraphRecordType
-
Packages that use TdbGraphRecordType Package Description com.tietoenator.trip.jxp Main TRIPjxp package that contains generic classes and enumerations.com.tietoenator.trip.jxp.data Database content manipulation. -
-
Uses of TdbGraphRecordType in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbGraphRecordType Modifier and Type Method Description static TdbGraphRecordType
TdbGraphRecordType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TdbGraphRecordType[]
TdbGraphRecordType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TdbGraphRecordType in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbGraphRecordType Modifier and Type Method Description TdbGraphRecordType
TdbGraphRecord. getGraphRecordType()
Returns the type of the graph recordMethods in com.tietoenator.trip.jxp.data with parameters of type TdbGraphRecordType Modifier and Type Method Description void
TdbGraphRecord. setGraphRecordType(TdbGraphRecordType type)
Set the type of the graph record.
-