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