Class FloatFieldKey
java.lang.Object
io.datarouter.model.field.BaseFieldKey<T,K>
io.datarouter.model.field.PrimitiveFieldKey<java.lang.Float,FloatFieldKey>
io.datarouter.model.field.imp.comparable.FloatFieldKey
- All Implemented Interfaces:
FieldKey<java.lang.Float>
public class FloatFieldKey extends PrimitiveFieldKey<java.lang.Float,FloatFieldKey>
-
Field Summary
Fields inherited from class io.datarouter.model.field.BaseFieldKey
attributes, columnName, defaultValue, fieldGeneratorType, name, nullable, valueType -
Constructor Summary
Constructors Constructor Description FloatFieldKey(java.lang.String name) -
Method Summary
Modifier and Type Method Description FloatFieldcreateValueField(java.lang.Float value)Methods inherited from class io.datarouter.model.field.BaseFieldKey
equals, findAttribute, generateRandomValue, getAttributes, getAutoGeneratedType, getColumnName, getColumnNameBytes, getDefaultValue, getName, getValueType, hashCode, isCollection, isFixedLength, isNullable, toString, with
-
Constructor Details
-
FloatFieldKey
public FloatFieldKey(java.lang.String name)
-
-
Method Details