public enum LinkedEditSuggestionKind extends java.lang.Enum<LinkedEditSuggestionKind>
| Modifier and Type | Method and Description |
|---|---|
static LinkedEditSuggestionKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LinkedEditSuggestionKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkedEditSuggestionKind METHOD
public static final LinkedEditSuggestionKind PARAMETER
public static final LinkedEditSuggestionKind TYPE
public static final LinkedEditSuggestionKind VARIABLE
public static LinkedEditSuggestionKind[] values()
for (LinkedEditSuggestionKind c : LinkedEditSuggestionKind.values()) System.out.println(c);
public static LinkedEditSuggestionKind 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 null