Uses of Enum Class
com.tietoenator.trip.jxp.graph.TdbGraphNotificationType
Packages that use TdbGraphNotificationType
Package
Description
[EXPERIMENTAL] Graph database querying and manipulation.
-
Uses of TdbGraphNotificationType in com.tietoenator.trip.jxp.graph
Methods in com.tietoenator.trip.jxp.graph that return TdbGraphNotificationTypeModifier and TypeMethodDescriptionstatic TdbGraphNotificationTypeReturns the enum constant of this class with the specified name.static TdbGraphNotificationType[]TdbGraphNotificationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tietoenator.trip.jxp.graph with parameters of type TdbGraphNotificationTypeModifier and TypeMethodDescriptionbooleanTdbGraph.getNotificationType(TdbGraphNotificationType type) Returns true if the notification detail type is enabled and false if it is disabled.voidTdbGraph.setNotificationType(TdbGraphNotificationType type, boolean enable) Enable or disable graph analysis notification detail type.