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