Class EditVariableProperty

  • All Implemented Interfaces:
    Referenceable

    public final class EditVariableProperty
    extends KeyedData
    A variable for the SetMultipleIAVariables action.

    The propertyName represents the variable name and the propertyValue represents the variable value.
    • Constructor Detail

      • EditVariableProperty

        public EditVariableProperty()
    • Method Detail

      • getEvaluateAtAssignment

        public boolean getEvaluateAtAssignment()
        Whether the variable should be evaluated at assignment.
      • setEvaluateAtAssignment

        public void setEvaluateAtAssignment​(boolean evaluate)
        Whether the variable should be evaluated at assignment.