public static enum BigdataSailFactory.Option extends Enum<BigdataSailFactory.Option>
| Enum Constant and Description | 
|---|
Inference
Inference on or off. 
 | 
Quads
Quads on or off. 
 | 
RDR
RDR (statement identifiers) on or off. 
 | 
TextIndex
Text index on or off. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static BigdataSailFactory.Option | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static BigdataSailFactory.Option[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final BigdataSailFactory.Option Inference
public static final BigdataSailFactory.Option Quads
public static final BigdataSailFactory.Option RDR
public static final BigdataSailFactory.Option TextIndex
public static BigdataSailFactory.Option[] values()
for (BigdataSailFactory.Option c : BigdataSailFactory.Option.values()) System.out.println(c);
public static BigdataSailFactory.Option 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 nullCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.