public static enum WikiProcessor.WikiDir extends Enum<WikiProcessor.WikiDir>
| Enum Constant and Description |
|---|
ofxTemplate |
wikiTemplate |
| Modifier and Type | Method and Description |
|---|---|
static WikiProcessor.WikiDir |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WikiProcessor.WikiDir[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WikiProcessor.WikiDir wikiTemplate
public static final WikiProcessor.WikiDir ofxTemplate
public static WikiProcessor.WikiDir[] values()
for (WikiProcessor.WikiDir c : WikiProcessor.WikiDir.values()) System.out.println(c);
public static WikiProcessor.WikiDir 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 © 2022. All rights reserved.