public enum Rdf4JConfig extends Enum<Rdf4JConfig>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackgroundKnowledgeStorageLocation() |
String |
getPipelineElementStorageLocation() |
static Rdf4JConfig |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rdf4JConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rdf4JConfig INSTANCE
public static Rdf4JConfig[] values()
for (Rdf4JConfig c : Rdf4JConfig.values()) System.out.println(c);
public static Rdf4JConfig 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 String getBackgroundKnowledgeStorageLocation()
public String getPipelineElementStorageLocation()
Copyright © 2019. All rights reserved.