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