Package org.jivesoftware.smack.datatypes
Class UInt32
java.lang.Object
java.lang.Number
org.jivesoftware.smack.datatypes.Scalar
org.jivesoftware.smack.datatypes.UInt32
- All Implemented Interfaces:
Serializable
,CharSequence
,DefaultCharSequence
A number representing an unsigned 32-bit integer. Can be used for values with the XML schema type "xs:unsignedInt".
- See Also:
-
Field Summary
-
Method Summary
Methods inherited from class org.jivesoftware.smack.datatypes.Scalar
doubleValue, floatValue, intValue, longValue, number, toString
Methods inherited from class java.lang.Number
byteValue, shortValue
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
chars, codePoints
Methods inherited from interface org.jivesoftware.smack.util.DefaultCharSequence
charAt, length, subSequence
-
Field Details
-
MIN_VALUE_LONG
- See Also:
-
MAX_VALUE_LONG
- See Also:
-
MIN_VALUE
-
MAX_VALUE
-
-
Method Details
-
nativeRepresentation
-
from
-
hashCode
-
equals
-
getMinValue
- Specified by:
getMinValue
in classScalar
-
getMaxValue
- Specified by:
getMaxValue
in classScalar
-
incrementedByOne
- Specified by:
incrementedByOne
in classScalar
-