Enum Class TLcdCSWInspireProfile.Conformance

java.lang.Object
java.lang.Enum<TLcdCSWInspireProfile.Conformance>
com.luciad.ogc.csw.server.profile.TLcdCSWInspireProfile.Conformance
All Implemented Interfaces:
Serializable, Comparable<TLcdCSWInspireProfile.Conformance>, Constable
Enclosing class:
TLcdCSWInspireProfile

public static enum TLcdCSWInspireProfile.Conformance extends Enum<TLcdCSWInspireProfile.Conformance>
Enumerates the possible INSPIRE conformance values.
Since:
2017.1
  • Enum Constant Details

  • Method Details

    • values

      public static TLcdCSWInspireProfile.Conformance[] 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 TLcdCSWInspireProfile.Conformance 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
    • value

      public String value()
      Returns the string value of the enumeration value.
      Returns:
      the string value of the enumeration value
    • toString

      public String toString()
      Overrides:
      toString in class Enum<TLcdCSWInspireProfile.Conformance>
    • fromValue

      public static TLcdCSWInspireProfile.Conformance fromValue(String aValue)
      Returns the enum object corresponding to the given string.
      Parameters:
      aValue - the string value corresponding to the enum value
      Returns:
      the enum object corresponding to the given string