Class DisableCondition
java.lang.Object
org.ametys.runtime.model.disableconditions.DisableCondition
A disable condition for config parameters
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionDisableCondition
(String id, DisableCondition.OPERATOR operator, String value) Creates a condition -
Method Summary
-
Constructor Details
-
DisableCondition
Creates a condition- Parameters:
id
- The parameter idoperator
- comparison operator of the condition ('eq'...)value
- value to compare to
-
-
Method Details
-
getId
Get the id- Returns:
- the parameter identifier
-
getOperator
Get the operator- Returns:
- The comparison operator
-
getValue
Get the value- Returns:
- The value to compare to
-