public enum RDFOntologyHeaderStatus extends java.lang.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(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null