public static enum RDF4J.Option extends Enum<RDF4J.Option>
Enum Constant and Description |
---|
handleInitAndShutdown
The graph/dataset should handle
Repository.initialize() (if
needed) and Repository.shutDown() on Graph.close() /
Dataset.close() . |
includeInferred
The Graph/Dataset should include any inferred statements
|
Modifier and Type | Method and Description |
---|---|
static RDF4J.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDF4J.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDF4J.Option includeInferred
public static final RDF4J.Option handleInitAndShutdown
Repository.initialize()
(if
needed) and Repository.shutDown()
on Graph.close()
/
Dataset.close()
.public static RDF4J.Option[] values()
for (RDF4J.Option c : RDF4J.Option.values()) System.out.println(c);
public static RDF4J.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 © 2015–2018 The Apache Software Foundation. All rights reserved.