public enum TaskName extends Enum<TaskName>
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return the name of the defined task.
|
String |
getType()
Return the type of the defined task.
|
static TaskName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskName WEBPDF
public static final TaskName GROUP
public static final TaskName OPERATION
public static final TaskName VARIABLE
public static TaskName[] values()
for (TaskName c : TaskName.values()) System.out.println(c);
public static TaskName 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 String getName()
public String getType()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.