public enum InputFormats extends Enum<InputFormats>
Modifier and Type | Method and Description |
---|---|
static InputFormats |
fromValue(String text) |
String |
toString() |
static InputFormats |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputFormats[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputFormats HTML
public static final InputFormats XHTML
public static final InputFormats MHTML
public static final InputFormats EPUB
public static final InputFormats SVG
public static final InputFormats MD
public static InputFormats[] values()
for (InputFormats c : InputFormats.values()) System.out.println(c);
public static InputFormats 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<InputFormats>
public static InputFormats fromValue(String text)
Copyright © 2022. All rights reserved.