public enum TaskOwnerType extends Enum<TaskOwnerType>
| Enum Constant and Description |
|---|
CONVERSION |
REPOSITORY |
VIRTUAL_MACHINE |
VIRTUAL_MACHINE_TEMPLATE
Single job tasks
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static TaskOwnerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskOwnerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskOwnerType VIRTUAL_MACHINE
public static final TaskOwnerType VIRTUAL_MACHINE_TEMPLATE
public static final TaskOwnerType CONVERSION
public static final TaskOwnerType REPOSITORY
protected String name
public static TaskOwnerType[] values()
for (TaskOwnerType c : TaskOwnerType.values()) System.out.println(c);
public static TaskOwnerType 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()
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.