Package ome.xml.model.primitives
Class PositiveLong
java.lang.Object
ome.xml.model.primitives.PrimitiveType<Long>
ome.xml.model.primitives.NonNegativeLong
ome.xml.model.primitives.PositiveLong
- All Implemented Interfaces:
PrimitiveNumber
An integer whose constraints are bound to Java's 64-bit signed integer type
and a further positive restriction.
- Author:
- callan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PositiveLongReturns anPositiveLongobject holding the value of the specified string.Methods inherited from class ome.xml.model.primitives.PrimitiveType
equals, getValue, toString
-
Constructor Details
-
PositiveLong
-
-
Method Details
-
getNumberValue
- Specified by:
getNumberValuein interfacePrimitiveNumber- Overrides:
getNumberValuein classNonNegativeLong
-
valueOf
Returns anPositiveLongobject holding the value of the specified string.- Parameters:
s- The string to be parsed.- Returns:
- See above.
-