static enum PropertyUtil.Generator extends Enum<PropertyUtil.Generator>
Enum Constant and Description |
---|
HTML |
JAVA |
PROPERTIES |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
generate(SortedMap<String,mondrian.util.PropertyUtil.PropertyDef> propertyDefinitionMap,
File file,
PrintWriter out) |
static PropertyUtil.Generator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyUtil.Generator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyUtil.Generator JAVA
public static final PropertyUtil.Generator HTML
public static final PropertyUtil.Generator PROPERTIES
public static PropertyUtil.Generator[] values()
for (PropertyUtil.Generator c : PropertyUtil.Generator.values()) System.out.println(c);
public static PropertyUtil.Generator 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 nullabstract void generate(SortedMap<String,mondrian.util.PropertyUtil.PropertyDef> propertyDefinitionMap, File file, PrintWriter out)