public enum TaskBinding extends Enum<TaskBinding>
Modifier and Type | Method and Description |
---|---|
static TaskBinding |
fromTaskType(TaskBindingType bindingType) |
TaskBindingType |
toTaskType() |
static TaskBinding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskBinding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskBinding TIGHT
public static final TaskBinding LOOSE
public static TaskBinding[] values()
for (TaskBinding c : TaskBinding.values()) System.out.println(c);
public static TaskBinding 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 static TaskBinding fromTaskType(TaskBindingType bindingType)
public TaskBindingType toTaskType()
Copyright © 2013 evolveum. All rights reserved.