org.apache.velocity.tools.config
private static enum ToolConfiguration.Status extends java.lang.Enum<ToolConfiguration.Status>
Enum Constant and Description |
---|
MISSING |
NONE |
OLD |
UNINSTANTIABLE |
UNSUPPORTED |
VALID |
Modifier and Type | Method and Description |
---|---|
static ToolConfiguration.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ToolConfiguration.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToolConfiguration.Status VALID
public static final ToolConfiguration.Status OLD
public static final ToolConfiguration.Status NONE
public static final ToolConfiguration.Status MISSING
public static final ToolConfiguration.Status UNSUPPORTED
public static final ToolConfiguration.Status UNINSTANTIABLE
public static ToolConfiguration.Status[] values()
for (ToolConfiguration.Status c : ToolConfiguration.Status.values()) System.out.println(c);
public static ToolConfiguration.Status valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright (c) 2003-2007 Apache Software Foundation