public static enum IDocVerbatim.Types extends java.lang.Enum<IDocVerbatim.Types>
Enum Constant and Description |
---|
HtmlOnly |
Invalid |
LatexOnly |
Verbatim |
Modifier and Type | Method and Description |
---|---|
int |
value() |
static IDocVerbatim.Types |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IDocVerbatim.Types[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDocVerbatim.Types Invalid
public static final IDocVerbatim.Types HtmlOnly
public static final IDocVerbatim.Types LatexOnly
public static final IDocVerbatim.Types Verbatim
public static IDocVerbatim.Types[] values()
for (IDocVerbatim.Types c : IDocVerbatim.Types.values()) System.out.println(c);
public static IDocVerbatim.Types 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 int value()