Uses of Class
org.jivesoftware.smack.datatypes.UInt32
Packages that use UInt32
Package
Description
Custom datatypes for Integers.
Utility classes.
Element classes for XEP-0016: Privacy Lists.
Element classes for XEP-0122: Data Forms Validation.
-
Uses of UInt32 in org.jivesoftware.smack.datatypes
Fields in org.jivesoftware.smack.datatypes declared as UInt32Modifier and TypeFieldDescriptionstatic final UInt32
UInt32.MAX_VALUE
static final UInt32
UInt32.MIN_VALUE
Methods in org.jivesoftware.smack.datatypes that return UInt32Modifier and TypeMethodDescriptionstatic UInt32
UInt32.from
(long number) UInt32.getMaxValue()
UInt32.getMinValue()
UInt32.incrementedByOne()
-
Uses of UInt32 in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util that return UInt32Modifier and TypeMethodDescriptionstatic UInt32
ParserUtils.getUInt32Attribute
(XmlPullParser parser, String name) -
Uses of UInt32 in org.jivesoftware.smackx.privacy.packet
Methods in org.jivesoftware.smackx.privacy.packet that return UInt32Modifier and TypeMethodDescriptionPrivacyItem.getOrder()
Returns the order where the receiver is processed.Methods in org.jivesoftware.smackx.privacy.packet with parameters of type UInt32Modifier and TypeMethodDescriptionReturns the privacy item in the specified order.Constructors in org.jivesoftware.smackx.privacy.packet with parameters of type UInt32ModifierConstructorDescriptionPrivacyItem
(boolean allow, UInt32 order) Creates a new fall-through privacy item.PrivacyItem
(PrivacyItem.Type type, String value, boolean allow, UInt32 order) Creates a new privacy item. -
Uses of UInt32 in org.jivesoftware.smackx.xdatavalidation.packet
Methods in org.jivesoftware.smackx.xdatavalidation.packet that return UInt32Modifier and TypeMethodDescriptionValidateElement.ListRange.getMax()
The maximum allowable number of selected/entered values.ValidateElement.ListRange.getMin()
The minimum allowable number of selected/entered values.Constructors in org.jivesoftware.smackx.xdatavalidation.packet with parameters of type UInt32