public static enum Tags.TagVersionInfo.MatchResult.Style extends Enum<Tags.TagVersionInfo.MatchResult.Style>
| Enum Constant and Description |
|---|
DOUBLE_QUOTES |
NO_QUOTES |
SINGLE_QUOTES |
| Modifier and Type | Method and Description |
|---|---|
static Tags.TagVersionInfo.MatchResult.Style |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tags.TagVersionInfo.MatchResult.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tags.TagVersionInfo.MatchResult.Style SINGLE_QUOTES
public static final Tags.TagVersionInfo.MatchResult.Style DOUBLE_QUOTES
public static final Tags.TagVersionInfo.MatchResult.Style NO_QUOTES
public static Tags.TagVersionInfo.MatchResult.Style[] values()
for (Tags.TagVersionInfo.MatchResult.Style c : Tags.TagVersionInfo.MatchResult.Style.values()) System.out.println(c);
public static Tags.TagVersionInfo.MatchResult.Style 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 © 2022. All rights reserved.