Class NonNegativeInteger

java.lang.Object
ome.xml.model.primitives.PrimitiveType<java.lang.Integer>
ome.xml.model.primitives.NonNegativeInteger
All Implemented Interfaces:
PrimitiveNumber
Direct Known Subclasses:
PositiveInteger

public class NonNegativeInteger
extends PrimitiveType<java.lang.Integer>
implements PrimitiveNumber
An integer whose constraints are bound to Java's 32-bit signed integer type and a further non-negative restriction.
Author:
callan
  • Constructor Summary

    Constructors 
    Constructor Description
    NonNegativeInteger​(java.lang.Integer value)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Number getNumberValue()  
    static NonNegativeInteger valueOf​(java.lang.String s)
    Returns an NonNegativeInteger 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
  • Constructor Details

  • Method Details