public enum AiTaxonomyFileReferenceTypeField extends Enum<AiTaxonomyFileReferenceTypeField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
AiTaxonomyFileReferenceTypeField.AiTaxonomyFileReferenceTypeFieldDeserializer |
static class |
AiTaxonomyFileReferenceTypeField.AiTaxonomyFileReferenceTypeFieldSerializer |
| Enum Constant and Description |
|---|
FILE |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static AiTaxonomyFileReferenceTypeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AiTaxonomyFileReferenceTypeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AiTaxonomyFileReferenceTypeField FILE
public static AiTaxonomyFileReferenceTypeField[] values()
for (AiTaxonomyFileReferenceTypeField c : AiTaxonomyFileReferenceTypeField.values()) System.out.println(c);
public static AiTaxonomyFileReferenceTypeField 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 null