public static enum TemplateStateDto.TemplateStatusEnumType extends Enum<TemplateStateDto.TemplateStatusEnumType>
| Enum Constant and Description |
|---|
DOWNLOAD
ovf package installed in the current enterprise repository.
|
DOWNLOADING
currently being created
|
ERROR
error during the creation
|
NOT_DOWNLOAD
ovf package not found in the enterprise repository
|
| Modifier and Type | Method and Description |
|---|---|
static TemplateStateDto.TemplateStatusEnumType |
fromValue(String v) |
String |
value() |
static TemplateStateDto.TemplateStatusEnumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateStateDto.TemplateStatusEnumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateStateDto.TemplateStatusEnumType NOT_DOWNLOAD
public static final TemplateStateDto.TemplateStatusEnumType DOWNLOADING
public static final TemplateStateDto.TemplateStatusEnumType DOWNLOAD
public static final TemplateStateDto.TemplateStatusEnumType ERROR
public static TemplateStateDto.TemplateStatusEnumType[] values()
for (TemplateStateDto.TemplateStatusEnumType c : TemplateStateDto.TemplateStatusEnumType.values()) System.out.println(c);
public static TemplateStateDto.TemplateStatusEnumType 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 value()
public static TemplateStateDto.TemplateStatusEnumType fromValue(String v)
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.