public static enum TaskConfigItem.Type extends Enum<TaskConfigItem.Type>
Enum Constant and Description |
---|
scriptTask |
scriptTimerTask |
task
Default task, built with standard java class.
|
Modifier and Type | Method and Description |
---|---|
static TaskConfigItem.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskConfigItem.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskConfigItem.Type scriptTask
public static final TaskConfigItem.Type scriptTimerTask
public static final TaskConfigItem.Type task
public static TaskConfigItem.Type[] values()
for (TaskConfigItem.Type c : TaskConfigItem.Type.values()) System.out.println(c);
public static TaskConfigItem.Type 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 nullCopyright © 2017 "Tigase, Inc.". All rights reserved.