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