Package csw.params.core.models
Class PMValue
- java.lang.Object
-
- scala.AnyVal
-
- csw.params.core.models.PMValue
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<PMValue>
,scala.Equals
,scala.math.Ordered<PMValue>
,scala.Product
public class PMValue extends scala.AnyVal implements java.io.Serializable, scala.math.Ordered<PMValue>, scala.Product
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PMValue(long uaspyr)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract static R
apply(T1 v1)
int
compare(PMValue that)
static java.lang.String
toString()
long
uaspyr()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-