public final class TaskTypeHelper extends Object
| Constructor and Description |
|---|
TaskTypeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static TaskType |
getInstance(int type)
Retrieve a task type by its integer value.
|
static int |
getValue(TaskType type)
Retrieve the integer value representing a task type.
|
public static TaskType getInstance(int type)
type - task type valuepublic static int getValue(TaskType type)
type - TaskType instanceCopyright © 2000–2025 MPXJ. All rights reserved.