Uses of Class
org.apache.lucene.luke.app.desktop.components.dialog.documents.DocValuesDialogFactory.Decoder
-
Packages that use DocValuesDialogFactory.Decoder Package Description org.apache.lucene.luke.app.desktop.components.dialog.documents Dialogs used in the Documents tab -
-
Uses of DocValuesDialogFactory.Decoder in org.apache.lucene.luke.app.desktop.components.dialog.documents
Methods in org.apache.lucene.luke.app.desktop.components.dialog.documents that return DocValuesDialogFactory.Decoder Modifier and Type Method Description static DocValuesDialogFactory.DecoderDocValuesDialogFactory.Decoder. fromLabel(String label)static DocValuesDialogFactory.DecoderDocValuesDialogFactory.Decoder. valueOf(String name)Returns the enum constant of this type with the specified name.static DocValuesDialogFactory.Decoder[]DocValuesDialogFactory.Decoder. values()Returns an array containing the constants of this enum type, in the order they are declared.
-