public static enum Mention.MentionType extends Enum<Mention.MentionType>
| Modifier and Type | Method and Description |
|---|---|
static Mention.MentionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mention.MentionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mention.MentionType Found
public static final Mention.MentionType Required
public static final Mention.MentionType Allowed
public static Mention.MentionType[] values()
for (Mention.MentionType c : Mention.MentionType.values()) System.out.println(c);
public static Mention.MentionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 JULIE Lab, Germany. All rights reserved.