Class ClaimValue


  • public class ClaimValue
    extends Object
    Author:
    Javier Rojas Blum Date: 03.09.2012
    • Method Detail

      • createNull

        public static ClaimValue createNull()
      • createEssential

        public static ClaimValue createEssential​(boolean essentialValue)
      • createSingleValue

        public static ClaimValue createSingleValue​(String value)
      • getEssential

        public Boolean getEssential()
      • setEssential

        public void setEssential​(Boolean essential)
      • getValue

        public String getValue()
      • getValueAsString

        public String getValueAsString()
      • toJSONObject

        public org.json.JSONObject toJSONObject()
                                         throws org.json.JSONException
        Throws:
        org.json.JSONException