Class EditVariableProperty
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.KeyedData
-
- com.zerog.ia.auto.project.actions.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 Summary
Constructors Constructor Description EditVariableProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getEvaluateAtAssignment()
Whether the variable should be evaluated at assignment.void
setEvaluateAtAssignment(boolean evaluate)
Whether the variable should be evaluated at assignment.-
Methods inherited from class com.zerog.ia.auto.project.KeyedData
getBidiOption, getPropertyName, getPropertyValue, isSubstituteUnknownVariable, setBidiOption, setPropertyName, setPropertyValue, setSubstituteUnknownVariable
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-