Interface IDtoCategoricalColumnInterpreter
- All Superinterfaces:
IDtoAbstractColumnInterpreter
- All Known Implementing Classes:
DtoCategoricalColumnInterpreter
Interprets the different column values as categories, which have no order. The engine will consider DtoCategorySetPredicates for this column. This is the only allowed interpreter for string and boolean column.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
_DISCRIMINATOR_TYPE_NAME
- See Also:
-
-
Method Details
-
getType
String getType()Type of this object.- Specified by:
getType
in interfaceIDtoAbstractColumnInterpreter
-