Uses of Class
org.xmpp.util.ValueWrapper.Representation
-
Packages that use ValueWrapper.Representation Package Description org.xmpp.util -
-
Uses of ValueWrapper.Representation in org.xmpp.util
Methods in org.xmpp.util that return ValueWrapper.Representation Modifier and Type Method Description ValueWrapper.RepresentationValueWrapper. getRepresentation()static ValueWrapper.RepresentationValueWrapper.Representation. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueWrapper.Representation[]ValueWrapper.Representation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-