Enum Class ELcdCSWResultsStatus

java.lang.Object
java.lang.Enum<ELcdCSWResultsStatus>
com.luciad.ogc.csw.model.ELcdCSWResultsStatus
All Implemented Interfaces:
Serializable, Comparable<ELcdCSWResultsStatus>, Constable

public enum ELcdCSWResultsStatus extends Enum<ELcdCSWResultsStatus>
Status of the items included in the result set.
Since:
2017.0
  • Enum Constant Details

    • SUBSET

      public static final ELcdCSWResultsStatus SUBSET
      Subset of items found are included, but no further items in the requested range startPosition/maxRecords are available.
    • COMPLETE

      public static final ELcdCSWResultsStatus COMPLETE
      All items found are included.
    • PROCESSING

      public static final ELcdCSWResultsStatus PROCESSING
      Subset of items found are included, but server further processing to get the outstanding items in the requested range startPosition/maxRecords.
    • NONE

      public static final ELcdCSWResultsStatus NONE
      No items are included.
  • Method Details

    • values

      public static ELcdCSWResultsStatus[] 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 ELcdCSWResultsStatus 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()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ELcdCSWResultsStatus>
    • fromValue

      public static ELcdCSWResultsStatus fromValue(String aValue)
    • toValue

      public static String toValue(ELcdCSWResultsStatus aValue)