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