Uses of Enum Class
com.pnfsoftware.jeb.core.events.QuestionNotificationPath.Type
Packages that use QuestionNotificationPath.Type
Package
Description
Event and notification types used by the back-end.
-
Uses of QuestionNotificationPath.Type in com.pnfsoftware.jeb.core.events
Methods in com.pnfsoftware.jeb.core.events that return QuestionNotificationPath.TypeModifier and TypeMethodDescriptionQuestionNotificationPath.getPathType()
Returns the enum constant of this class with the specified name.static QuestionNotificationPath.Type[]
QuestionNotificationPath.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.pnfsoftware.jeb.core.events with parameters of type QuestionNotificationPath.TypeModifierConstructorDescriptionQuestionNotificationPath
(QuestionNotificationPath.Type pathType, String question, String defaultResponse)