public enum TabixIndexWriteOption extends Enum<TabixIndexWriteOption> implements WriteOption
| Modifier and Type | Method and Description |
|---|---|
static TabixIndexWriteOption |
fromBoolean(boolean writeTabix)
Turn a boolean into a
TabixIndexWriteOption. |
static String |
getIndexExtension() |
static TabixIndexWriteOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabixIndexWriteOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabixIndexWriteOption ENABLE
public static final TabixIndexWriteOption DISABLE
public static TabixIndexWriteOption[] values()
for (TabixIndexWriteOption c : TabixIndexWriteOption.values()) System.out.println(c);
public static TabixIndexWriteOption 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 static TabixIndexWriteOption fromBoolean(boolean writeTabix)
TabixIndexWriteOption.writeTabix - if writing tabix files is enabledTabixIndexWriteOptionpublic static String getIndexExtension()
Copyright © 2018–2019 Disq contributors. All rights reserved.