Class JidMultiFormField

  • All Implemented Interfaces:
    org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.FullyQualifiedElement, org.jivesoftware.smack.packet.NamedElement, org.jivesoftware.smack.packet.XmlLangElement

    public final class JidMultiFormField
    extends FormField
    • Method Detail

      • getValues

        public java.util.List<org.jxmpp.jid.Jid> getValues()
        Description copied from class: FormField
        Returns a List of the default values of the question if the question is part of a form to fill out. Otherwise, returns a List of the answered values of the question.
        Overrides:
        getValues in class FormField
        Returns:
        a List of the default values or answered values of the question.