public class DoubleEntityField extends EntityField
EntityField.Type.DOUBLE
EntityField.Type
Constructor and Description |
---|
DoubleEntityField(java.lang.String name,
java.util.function.Function<java.util.Locale,java.lang.String> filterableAndSortableFieldNameFunction)
Creates a new
DoubleEntityField with a Function to
convert the entity field's name to a filterable/sortable field name for a
locale. |
getFilterableName, getFilterableValue, getName, getSortableName, getType, toString
public DoubleEntityField(java.lang.String name, java.util.function.Function<java.util.Locale,java.lang.String> filterableAndSortableFieldNameFunction)
DoubleEntityField
with a Function
to
convert the entity field's name to a filterable/sortable field name for a
locale.name
- the entity field's namefilterableAndSortableFieldNameFunction
- the Function