java.lang.Object
java.lang.Enum<SortParameter>
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.SortParameter
All Implemented Interfaces:
Serializable, Comparable<SortParameter>, Constable

@JsonObject("as.dto.common.fetchoptions.SortParameter") public enum SortParameter extends Enum<SortParameter>
  • Enum Constant Details

    • FULL_MATCH_CODE_BOOST

      public static final SortParameter FULL_MATCH_CODE_BOOST
    • PARTIAL_MATCH_CODE_BOOST

      public static final SortParameter PARTIAL_MATCH_CODE_BOOST
    • FULL_MATCH_TYPE_BOOST

      public static final SortParameter FULL_MATCH_TYPE_BOOST
    • FULL_MATCH_PROPERTY_BOOST

      public static final SortParameter FULL_MATCH_PROPERTY_BOOST
    • PARTIAL_MATCH_PROPERTY_BOOST

      public static final SortParameter PARTIAL_MATCH_PROPERTY_BOOST
    • MATCH_VALUE

      public static final SortParameter MATCH_VALUE
    • PREFIX_MATCH_VALUE

      public static final SortParameter PREFIX_MATCH_VALUE
  • Method Details

    • values

      public static SortParameter[] 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 SortParameter 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