public static enum FormattingUtils.Tag extends Enum<FormattingUtils.Tag>
Modifier and Type | Method and Description |
---|---|
String |
tagName() |
static FormattingUtils.Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormattingUtils.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormattingUtils.Tag B
public static final FormattingUtils.Tag I
public static final FormattingUtils.Tag S
public static final FormattingUtils.Tag U
public static FormattingUtils.Tag[] values()
for (FormattingUtils.Tag c : FormattingUtils.Tag.values()) System.out.println(c);
public static FormattingUtils.Tag 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 tagName()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.