public static enum TaskManager.OutputFormat extends java.lang.Enum<TaskManager.OutputFormat>
Enum Constant and Description |
---|
milestone_html |
short_ascii |
short_html |
Modifier and Type | Method and Description |
---|---|
static TaskManager.OutputFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TaskManager.OutputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskManager.OutputFormat short_ascii
public static final TaskManager.OutputFormat short_html
public static final TaskManager.OutputFormat milestone_html
public static TaskManager.OutputFormat[] values()
for (TaskManager.OutputFormat c : TaskManager.OutputFormat.values()) System.out.println(c);
public static TaskManager.OutputFormat 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 null