public enum ConfType extends Enum<ConfType>
All possible configuration types that can be set in the
DivConfTypeAttrProcessor
.
Enum Constant and Description |
---|
CALLBACK |
EXPORT |
EXTRAHTML |
EXTRAJS |
OPTION |
Modifier and Type | Method and Description |
---|---|
static String |
possibleValues() |
static ConfType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfType EXPORT
public static final ConfType CALLBACK
public static final ConfType EXTRAJS
public static final ConfType EXTRAHTML
public static final ConfType OPTION
public static ConfType[] values()
for (ConfType c : ConfType.values()) System.out.println(c);
public static ConfType 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 possibleValues()
Copyright © 2013–2015 Dandelion Project. All rights reserved.