public enum RDFOntologyHeaderStatus extends Enum<RDFOntologyHeaderStatus>
| Enum Constant and Description |
|---|
PARSED_MULTIPLE_HEADERS
Specifies that during parsing, the ontology document that the ontology
was created from contained multiple headers.
|
PARSED_ONE_HEADER
Specifies that during parsing, the ontology document that the ontology
was created from contained one header.
|
PARSED_ZERO_HEADERS
Specifies that during parsing, the ontology document did not contain any
ontology headers.
|
| Modifier and Type | Method and Description |
|---|---|
static RDFOntologyHeaderStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDFOntologyHeaderStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDFOntologyHeaderStatus PARSED_ZERO_HEADERS
public static final RDFOntologyHeaderStatus PARSED_ONE_HEADER
public static final RDFOntologyHeaderStatus PARSED_MULTIPLE_HEADERS
public static RDFOntologyHeaderStatus[] values()
for (RDFOntologyHeaderStatus c : RDFOntologyHeaderStatus.values()) System.out.println(c);
public static RDFOntologyHeaderStatus 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 © 2014 The University of Manchester. All Rights Reserved.