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 classPositiveFloatA 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 NonNegativeFloatNonNegativeFloat. valueOf(java.lang.String s)Returns anNonNegativeFloatobject holding the value of the specified string.
-