public static enum CreateTaxonomyJobEvent.TaxonomyJobType extends Enum<CreateTaxonomyJobEvent.TaxonomyJobType>
| Enum Constant and Description |
|---|
BYCHILDREN |
BYIDS |
| Modifier and Type | Method and Description |
|---|---|
static CreateTaxonomyJobEvent.TaxonomyJobType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateTaxonomyJobEvent.TaxonomyJobType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateTaxonomyJobEvent.TaxonomyJobType BYCHILDREN
public static final CreateTaxonomyJobEvent.TaxonomyJobType BYIDS
public static CreateTaxonomyJobEvent.TaxonomyJobType[] values()
for (CreateTaxonomyJobEvent.TaxonomyJobType c : CreateTaxonomyJobEvent.TaxonomyJobType.values()) System.out.println(c);
public static CreateTaxonomyJobEvent.TaxonomyJobType 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 nullCopyright © 2013. All Rights Reserved.