public static enum OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy extends Enum<OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy> implements ByName<OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy>
Enum Constant and Description |
---|
IMPORT_GRAPH
Keep import structure.
|
INCLUDE_GRAPH
Include triples.
|
Modifier and Type | Method and Description |
---|---|
OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy |
byName(CharSequence name) |
static OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy INCLUDE_GRAPH
public static final OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy IMPORT_GRAPH
public static OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy[] values()
for (OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy c : OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy.values()) System.out.println(c);
public static OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy 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 OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy byName(CharSequence name)
byName
in interface ByName<OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy>
name
- the name to map to an objectCopyright © 2020 The University of Manchester. All rights reserved.