Class NumberAttributeInputCallback

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

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

      • NumberAttributeInputCallback

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

        public NumberAttributeInputCallback()
    • Method Detail

      • setValue

        public void setValue​(java.lang.Double 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.Double getValue()
        The attribute Value