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