public final class NonNegativeInteger extends Number implements Comparable<NonNegativeInteger>
Modifier and Type | Field and Description |
---|---|
static String |
MY_URI
URI for xsd:nonNegativeInteger.
|
Constructor and Description |
---|
NonNegativeInteger(int val) |
NonNegativeInteger(String val) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(NonNegativeInteger o) |
double |
doubleValue() |
boolean |
equals(Object obj) |
float |
floatValue() |
int |
intValue() |
boolean |
isIntValue() |
long |
longValue() |
String |
toString() |
byteValue, shortValue
public static final String MY_URI
public NonNegativeInteger(int val)
public NonNegativeInteger(String val)
public boolean isIntValue()
public float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number
public int compareTo(NonNegativeInteger o)
compareTo
in interface Comparable<NonNegativeInteger>
Copyright © 2018 universAAL Consortium. All rights reserved.