public static enum TagGroup.ModeEnum extends Enum<TagGroup.ModeEnum>
| Modifier and Type | Method and Description |
|---|---|
static TagGroup.ModeEnum |
fromValue(String text) |
String |
toString() |
static TagGroup.ModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagGroup.ModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagGroup.ModeEnum SINGLE
public static final TagGroup.ModeEnum MULTIPLE
public static TagGroup.ModeEnum[] values()
for (TagGroup.ModeEnum c : TagGroup.ModeEnum.values()) System.out.println(c);
public static TagGroup.ModeEnum 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 nullpublic String toString()
toString in class Enum<TagGroup.ModeEnum>public static TagGroup.ModeEnum fromValue(String text)
Copyright © 2019 LeanIX GmbH. All rights reserved.