public enum ConversionState extends Enum<ConversionState>
| Modifier and Type | Method and Description |
|---|---|
static ConversionState |
fromId(int id) |
int |
id() |
static ConversionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConversionState ENQUEUED
public static final ConversionState FINISHED
public static final ConversionState FAILED
public static ConversionState[] values()
for (ConversionState c : ConversionState.values()) System.out.println(c);
public static ConversionState 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 int id()
public static ConversionState fromId(int id)
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.