public static enum DocValuesDialogFactory.Decoder extends Enum<DocValuesDialogFactory.Decoder>
| Modifier and Type | Method and Description |
|---|---|
static DocValuesDialogFactory.Decoder |
fromLabel(String label) |
String |
toString() |
static DocValuesDialogFactory.Decoder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocValuesDialogFactory.Decoder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocValuesDialogFactory.Decoder LONG
public static final DocValuesDialogFactory.Decoder FLOAT
public static final DocValuesDialogFactory.Decoder DOUBLE
public static DocValuesDialogFactory.Decoder[] values()
for (DocValuesDialogFactory.Decoder c : DocValuesDialogFactory.Decoder.values()) System.out.println(c);
public static DocValuesDialogFactory.Decoder 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 toString()
toString in class Enum<DocValuesDialogFactory.Decoder>public static DocValuesDialogFactory.Decoder fromLabel(String label)
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.