de.oscillation.maven.doxygen
public enum DoxygenOutputGeneratorName extends Enum<DoxygenOutputGeneratorName>
| Modifier and Type | Method and Description |
|---|---|
static DoxygenOutputGeneratorName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DoxygenOutputGeneratorName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DoxygenOutputGeneratorName HTML
public static final DoxygenOutputGeneratorName LATEX
public static final DoxygenOutputGeneratorName MAN
public static final DoxygenOutputGeneratorName RTF
public static final DoxygenOutputGeneratorName XML
public static DoxygenOutputGeneratorName[] values()
for (DoxygenOutputGeneratorName c : DoxygenOutputGeneratorName.values()) System.out.println(c);
public static DoxygenOutputGeneratorName 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 © 2014 os-cillation GmbH. All rights reserved.