Class PropertyBindingHandle


  • public class PropertyBindingHandle
    extends StructureHandle
    Represents the handle of property binding structure. The property binding defines the overridable property value. It includes property name, element ID and overridden value.
    • Constructor Detail

      • PropertyBindingHandle

        public PropertyBindingHandle​(SimpleValueHandle valueHandle,
                                     int index)
        Constructs the handle of property binding.
        Parameters:
        valueHandle - the value handle for property binding list of one property
        index - the position of this property binding in the list
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Returns the overridden value of property binding.
        Returns:
        the overridden value
      • setValue

        public void setValue​(java.lang.String expression)
        Sets the property binding value.
        Parameters:
        expression - the value expression to set