public static enum Message.SuggestionType extends java.lang.Enum<Message.SuggestionType>
Message.getConflictSuggestions() for turning them
into text.| Enum Constant and Description |
|---|
PROBLEM_POINTS |
REASSIGNMENT |
| Modifier and Type | Method and Description |
|---|---|
static Message.SuggestionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Message.SuggestionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Message.SuggestionType PROBLEM_POINTS
public static final Message.SuggestionType REASSIGNMENT
public static Message.SuggestionType[] values()
for (Message.SuggestionType c : Message.SuggestionType.values()) System.out.println(c);
public static Message.SuggestionType 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 nullCopyright © 2009 - 2018 SSE. All Rights Reserved.