public interface ConditionModelFactory
ColumnConditionModel
.Modifier and Type | Method and Description |
---|---|
<T,A extends Attribute<T>> |
createConditionModel(A attribute)
Creates a
ColumnConditionModel for the given attribute |
<T,A extends Attribute<T>> ColumnConditionModel<A,T> createConditionModel(A attribute)
ColumnConditionModel
for the given attributeT
- the column value typeA
- the Attribute typeattribute
- the Attribute for which to create a ColumnConditionModel
ColumnConditionModel
based on the given attribute, null if searching should not be available for this attribute