public static final enum

QuestionNotificationPath.Type

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pnfsoftware.jeb.core.events.QuestionNotificationPath.Type

Class Overview

Type of path to be provided in the notification response.

Summary

Enum Values
QuestionNotificationPath.Type  SAVE_TO_FILE   
QuestionNotificationPath.Type  SELECT_FILE   
QuestionNotificationPath.Type  SELECT_FOLDER   
Public Methods
static QuestionNotificationPath.Type valueOf(String name)
final static Type[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final QuestionNotificationPath.Type SAVE_TO_FILE

public static final QuestionNotificationPath.Type SELECT_FILE

public static final QuestionNotificationPath.Type SELECT_FOLDER

Public Methods

public static QuestionNotificationPath.Type valueOf (String name)

public static final Type[] values ()