public enum MarkupLanguage extends java.lang.Enum<MarkupLanguage>
| Enum Constant and Description |
|---|
ASCIIDOC |
CONFLUENCE_MARKUP |
MARKDOWN |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getFileNameExtensions() |
static MarkupLanguage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MarkupLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarkupLanguage ASCIIDOC
public static final MarkupLanguage MARKDOWN
public static final MarkupLanguage CONFLUENCE_MARKUP
public static MarkupLanguage[] values()
for (MarkupLanguage c : MarkupLanguage.values()) System.out.println(c);
public static MarkupLanguage valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.util.List<java.lang.String> getFileNameExtensions()