Class PMValue

java.lang.Object
scala.AnyVal
csw.params.core.models.PMValue
All Implemented Interfaces:
Serializable, Comparable<PMValue>, scala.Equals, scala.math.Ordered<PMValue>, scala.Product

public class PMValue extends scala.AnyVal implements Serializable, scala.math.Ordered<PMValue>, scala.Product
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    PMValue(long uaspyr)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1)
     
    int
     
    static String
     
    long
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.math.Ordered

    $greater, $greater$eq, $less, $less$eq, compareTo

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • PMValue

      public PMValue(long uaspyr)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • uaspyr

      public long uaspyr()
    • compare

      public int compare(PMValue that)
      Specified by:
      compare in interface scala.math.Ordered<PMValue>