类 ValueRef.NullValueRef

    • 方法详细资料

      • getValue

        public TypedValue getValue()
        从接口复制的说明: ValueRef
        Returns the value this ValueRef points to, it should not require expression component re-evaluation.
        指定者:
        getValue 在接口中 ValueRef
        返回:
        the value
      • setValue

        public void setValue​(Object newValue)
        从接口复制的说明: ValueRef
        Sets the value this ValueRef points to, it should not require expression component re-evaluation.
        指定者:
        setValue 在接口中 ValueRef
        参数:
        newValue - the new value
      • isWritable

        public boolean isWritable()
        从接口复制的说明: ValueRef
        Indicates whether calling setValue(Object) is supported.
        指定者:
        isWritable 在接口中 ValueRef
        返回:
        true if setValue() is supported for this value reference.