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