Class BooleanAttributeInputCallback

  • All Implemented Interfaces:
    java.io.Serializable, Callback

    public class BooleanAttributeInputCallback
    extends AttributeInputCallback
    Implements a Callback for collection of a single identity object attribute from a user.
    See Also:
    Serialized Form
    • Constructor Detail

      • BooleanAttributeInputCallback

        public BooleanAttributeInputCallback​(org.json.JSONObject jsonObject,
                                             int index)
                                      throws org.json.JSONException
        Constructor for this Callback.
        Throws:
        org.json.JSONException
      • BooleanAttributeInputCallback

        public BooleanAttributeInputCallback()
    • Method Detail

      • setValue

        public void setValue​(java.lang.Boolean value)
      • getType

        public java.lang.String getType()
        Description copied from interface: Callback
        Return the type of the Callback, the type name should align with the Callback type returned from AM
      • getValue

        public java.lang.Boolean getValue()
        The attribute Value