Class QualityValue

java.lang.Object
java.lang.Number
org.jboss.resteasy.core.request.QualityValue
All Implemented Interfaces:
Serializable, Comparable<QualityValue>

public final class QualityValue extends Number implements Comparable<QualityValue>
Author:
Pascal S. de Kloe
See Also:
  • Field Details

  • Method Details

    • valueOf

      public static QualityValue valueOf(String qvalue)
      Parameters:
      qvalue - the quality value or null if undefined.
    • isPrefered

      public boolean isPrefered()
    • isAcceptable

      public boolean isAcceptable()
    • compareTo

      public int compareTo(QualityValue o)
      Specified by:
      compareTo in interface Comparable<QualityValue>
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • doubleValue

      public double doubleValue()
      Specified by:
      doubleValue in class Number
    • floatValue

      public float floatValue()
      Specified by:
      floatValue in class Number
    • intValue

      public int intValue()
      Specified by:
      intValue in class Number
    • longValue

      public long longValue()
      Specified by:
      longValue in class Number