Interface ObjectPropertyDescriptor<THIS>


  • @JsType(isNative=true,
            namespace="<global>")
    public interface ObjectPropertyDescriptor<THIS>
    • Method Detail

      • getValue

        @JsProperty
        java.lang.Object getValue()
      • isConfigurable

        @JsProperty
        boolean isConfigurable()
      • isEnumerable

        @JsProperty
        boolean isEnumerable()
      • isWritable

        @JsProperty
        boolean isWritable()
      • setConfigurable

        @JsProperty
        void setConfigurable​(boolean configurable)
      • setEnumerable

        @JsProperty
        void setEnumerable​(boolean enumerable)
      • setValue

        @JsProperty
        void setValue​(java.lang.Object value)
      • setWritable

        @JsProperty
        void setWritable​(boolean writable)