Class StringMatchingConditionBean
java.lang.Object
jp.ecuacion.splib.web.record.StringMatchingConditionBean
Stores string match condition for search function.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumHas string match patterns. -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance.StringMatchingConditionBean(StringMatchingConditionBean.StringMatchingPatternEnum stringSearchPatternEnum) Constructs a new instance.StringMatchingConditionBean(StringMatchingConditionBean.StringMatchingPatternEnum stringSearchPatternEnum, boolean ignoresCase) Constructs a new instance. -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
StringMatchingConditionBean
public StringMatchingConditionBean()Constructs a new instance. -
StringMatchingConditionBean
public StringMatchingConditionBean(StringMatchingConditionBean.StringMatchingPatternEnum stringSearchPatternEnum) Constructs a new instance. -
StringMatchingConditionBean
public StringMatchingConditionBean(StringMatchingConditionBean.StringMatchingPatternEnum stringSearchPatternEnum, boolean ignoresCase) Constructs a new instance.
-
-
Method Details
-
getStringSearchPatternEnum
-
isIgnoresCase
public boolean isIgnoresCase()
-