Enum Class SyntheticXMLReader.ApacheFeature

java.lang.Object
java.lang.Enum<SyntheticXMLReader.ApacheFeature>
org.postgresql.pljava.internal.SyntheticXMLReader.ApacheFeature
All Implemented Interfaces:
Serializable, Comparable<SyntheticXMLReader.ApacheFeature>, Constable
Enclosing class:
SyntheticXMLReader

public static enum SyntheticXMLReader.ApacheFeature extends Enum<SyntheticXMLReader.ApacheFeature>
  • Enum Constant Details

  • Field Details

    • featureId

      public final String featureId
    • standardDefault

      public final Boolean standardDefault
  • Method Details

    • values

      public static SyntheticXMLReader.ApacheFeature[] 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 SyntheticXMLReader.ApacheFeature 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
    • featureUri

      public String featureUri()
    • fromUri

      public static SyntheticXMLReader.ApacheFeature fromUri(String uri)
      Returns:
      null if not recognized