Class DoubleFieldKey
java.lang.Object
io.datarouter.model.field.BaseFieldKey<T,K>
io.datarouter.model.field.PrimitiveFieldKey<Double,DoubleFieldKey>
io.datarouter.model.field.imp.comparable.DoubleFieldKey
public class DoubleFieldKey extends PrimitiveFieldKey<Double,DoubleFieldKey>
-
Field Summary
Fields inherited from class io.datarouter.model.field.BaseFieldKey
attributes, columnName, defaultValue, fieldGeneratorType, name, nullable, valueType -
Constructor Summary
Constructors Constructor Description DoubleFieldKey(String name) -
Method Summary
Modifier and Type Method Description DoubleFieldcreateValueField(Double value)DoubleFieldKeywithColumnName(String columnNameOverride)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