Class PositiveLong

java.lang.Object
ome.xml.model.primitives.PrimitiveType<java.lang.Long>
ome.xml.model.primitives.NonNegativeLong
ome.xml.model.primitives.PositiveLong
All Implemented Interfaces:
PrimitiveNumber

public class PositiveLong
extends NonNegativeLong
An integer whose constraints are bound to Java's 64-bit signed integer type and a further positive restriction.
Author:
callan
  • Constructor Summary

    Constructors 
    Constructor Description
    PositiveLong​(java.lang.Long value)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Number getNumberValue()  
    static PositiveLong valueOf​(java.lang.String s)
    Returns an PositiveLong object holding the value of the specified string.

    Methods inherited from class ome.xml.model.primitives.PrimitiveType

    equals, getValue, toString

    Methods inherited from class java.lang.Object

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