public static enum FeedbackPreferenceManager.FeedbackDictionary extends java.lang.Enum<FeedbackPreferenceManager.FeedbackDictionary>
Enum Constant and Description |
---|
CATEGORY_FILE_SAVED_MESSAGE |
FHRECORDER_FILE_SAVED_MESSAGE |
Modifier and Type | Field and Description |
---|---|
private FHAESPreferences.PrefKey |
associatedKey |
private java.lang.String |
humanReadable |
Modifier and Type | Method and Description |
---|---|
FHAESPreferences.PrefKey |
getAssociatedKey()
Get the associated preference key for the feedback message.
|
java.lang.String |
toString()
Get the human-readable string name for this feedback message.
|
static FeedbackPreferenceManager.FeedbackDictionary |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeedbackPreferenceManager.FeedbackDictionary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeedbackPreferenceManager.FeedbackDictionary CATEGORY_FILE_SAVED_MESSAGE
public static final FeedbackPreferenceManager.FeedbackDictionary FHRECORDER_FILE_SAVED_MESSAGE
private final java.lang.String humanReadable
private final FHAESPreferences.PrefKey associatedKey
public static FeedbackPreferenceManager.FeedbackDictionary[] values()
for (FeedbackPreferenceManager.FeedbackDictionary c : FeedbackPreferenceManager.FeedbackDictionary.values()) System.out.println(c);
public static FeedbackPreferenceManager.FeedbackDictionary valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic FHAESPreferences.PrefKey getAssociatedKey()
public java.lang.String toString()
toString
in class java.lang.Enum<FeedbackPreferenceManager.FeedbackDictionary>