Class PanelAppTemplateExample.Criterion
- java.lang.Object
-
- io.dataease.plugins.common.base.domain.PanelAppTemplateExample.Criterion
-
- Enclosing class:
- PanelAppTemplateExample
public static class PanelAppTemplateExample.Criterion extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCriterion(String condition)protectedCriterion(String condition, Object value)protectedCriterion(String condition, Object value, Object secondValue)protectedCriterion(String condition, Object value, Object secondValue, String typeHandler)protectedCriterion(String condition, Object value, String typeHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCondition()ObjectgetSecondValue()StringgetTypeHandler()ObjectgetValue()booleanisBetweenValue()booleanisListValue()booleanisNoValue()booleanisSingleValue()
-
-
-
Method Detail
-
getCondition
public String getCondition()
-
getValue
public Object getValue()
-
getSecondValue
public Object getSecondValue()
-
isNoValue
public boolean isNoValue()
-
isSingleValue
public boolean isSingleValue()
-
isBetweenValue
public boolean isBetweenValue()
-
isListValue
public boolean isListValue()
-
getTypeHandler
public String getTypeHandler()
-
-