Interface ConstantEntry

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getConstant()
      Return the value of the constant held by this entry.
      void setConstant​(java.lang.Object value)
      Set the value of the constant held by this entry.
    • Method Detail

      • getConstant

        java.lang.Object getConstant()
        Return the value of the constant held by this entry.
      • setConstant

        void setConstant​(java.lang.Object value)
        Set the value of the constant held by this entry.