Uses of Class
ome.xml.model.primitives.NonNegativeFloat
-
Packages that use NonNegativeFloat Package Description ome.xml.model.primitives -
-
Uses of NonNegativeFloat in ome.xml.model.primitives
Subclasses of NonNegativeFloat in ome.xml.model.primitives Modifier and Type Class Description class
PositiveFloat
A float whose constraints are bound to Java's 64-bit float (double) and a further positive restriction.Methods in ome.xml.model.primitives that return NonNegativeFloat Modifier and Type Method Description static NonNegativeFloat
NonNegativeFloat. valueOf(String s)
Returns anNonNegativeFloat
object holding the value of the specified string.
-