Class BooleanFieldKey
java.lang.Object
io.datarouter.model.field.BaseFieldKey<T,K>
io.datarouter.model.field.PrimitiveFieldKey<java.lang.Boolean,BooleanFieldKey>
io.datarouter.model.field.imp.comparable.BooleanFieldKey
- All Implemented Interfaces:
FieldKey<java.lang.Boolean>
public class BooleanFieldKey extends PrimitiveFieldKey<java.lang.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(java.lang.String name) -
Method Summary
Modifier and Type Method Description BooleanFieldcreateValueField(java.lang.Boolean value)BooleanFieldKeywithColumnName(java.lang.String columnNameOverride)BooleanFieldKeywithDefaultValue(java.lang.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
-
Constructor Details
-
BooleanFieldKey
public BooleanFieldKey(java.lang.String name)
-
-
Method Details