Interface CustomFieldNumberType

All Superinterfaces:
FieldType
All Known Implementing Classes:
CustomFieldNumberTypeImpl

public interface CustomFieldNumberType extends FieldType

Field type for number values.


Example to create an instance using the builder pattern

     CustomFieldNumberType customFieldNumberType = CustomFieldNumberType.builder()
             .build()