public class PercentFraction extends PrimitiveType<java.lang.Float>
Constructor and Description |
---|
PercentFraction(java.lang.Float value) |
Modifier and Type | Method and Description |
---|---|
static PercentFraction |
valueOf(java.lang.String s)
Returns an
PercentFraction object holding the value of
the specified string. |
equals, getValue, toString
public static PercentFraction valueOf(java.lang.String s)
PercentFraction
object holding the value of
the specified string.s
- The string to be parsed.Copyright © 2014 Open Microscopy Environment