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 Details

    • 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 Details

    • getValue

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

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