Serializable, Comparable<MarkdownVisitorHelper.EscapeTextEnum>public static enum MarkdownVisitorHelper.EscapeTextEnum extends Enum<MarkdownVisitorHelper.EscapeTextEnum>
| Enum Constant | Description |
|---|---|
LeftCurlyBrace |
|
LeftSquareBrace |
|
RightCurlyBrace |
|
RightSquareBrace |
| Modifier and Type | Method | Description |
|---|---|---|
String |
replaceAll(String value) |
|
static MarkdownVisitorHelper.EscapeTextEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MarkdownVisitorHelper.EscapeTextEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarkdownVisitorHelper.EscapeTextEnum LeftCurlyBrace
public static final MarkdownVisitorHelper.EscapeTextEnum RightCurlyBrace
public static final MarkdownVisitorHelper.EscapeTextEnum LeftSquareBrace
public static final MarkdownVisitorHelper.EscapeTextEnum RightSquareBrace
public static MarkdownVisitorHelper.EscapeTextEnum[] values()
for (MarkdownVisitorHelper.EscapeTextEnum c : MarkdownVisitorHelper.EscapeTextEnum.values()) System.out.println(c);
public static MarkdownVisitorHelper.EscapeTextEnum 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 © 2023. All rights reserved.