Enum Class RDFOntologyHeaderStatus

java.lang.Object
java.lang.Enum<RDFOntologyHeaderStatus>
org.semanticweb.owlapi.io.RDFOntologyHeaderStatus
All Implemented Interfaces:
Serializable, Comparable<RDFOntologyHeaderStatus>, java.lang.constant.Constable

public enum RDFOntologyHeaderStatus extends Enum<RDFOntologyHeaderStatus>
Since:
3.2
Author:
Matthew Horridge, The University of Manchester, Bio-Health Informatics Group
  • Enum Constant Details

    • PARSED_ZERO_HEADERS

      public static final RDFOntologyHeaderStatus PARSED_ZERO_HEADERS
      Specifies that during parsing, the ontology document did not contain any ontology headers.
    • PARSED_ONE_HEADER

      public static final RDFOntologyHeaderStatus PARSED_ONE_HEADER
      Specifies that during parsing, the ontology document that the ontology was created from contained one header.
    • PARSED_MULTIPLE_HEADERS

      public static final RDFOntologyHeaderStatus PARSED_MULTIPLE_HEADERS
      Specifies that during parsing, the ontology document that the ontology was created from contained multiple headers.
  • Method Details

    • values

      public static RDFOntologyHeaderStatus[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RDFOntologyHeaderStatus valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null