Class BooleanArrayFieldKey
java.lang.Object
io.datarouter.model.field.BaseFieldKey<L,K>
io.datarouter.model.field.ListFieldKey<Boolean,List<Boolean>,BooleanArrayFieldKey>
io.datarouter.model.field.imp.array.BooleanArrayFieldKey
public class BooleanArrayFieldKey extends ListFieldKey<Boolean,List<Boolean>,BooleanArrayFieldKey>
-
Field Summary
Fields inherited from class io.datarouter.model.field.BaseFieldKey
attributes, columnName, defaultValue, fieldGeneratorType, name, nullable, valueType -
Constructor Summary
Constructors Constructor Description BooleanArrayFieldKey(String name) -
Method Summary
Modifier and Type Method Description BooleanArrayFieldcreateValueField(List<Boolean> value)booleanisFixedLength()Methods inherited from class io.datarouter.model.field.BaseFieldKey
equals, findAttribute, generateRandomValue, getAttributes, getAutoGeneratedType, getColumnName, getColumnNameBytes, getDefaultValue, getName, getValueType, hashCode, isNullable, toString, with
-
Constructor Details
-
Method Details
-
isFixedLength
public boolean isFixedLength()- Specified by:
isFixedLengthin interfaceFieldKey<List<Boolean>>- Overrides:
isFixedLengthin classBaseFieldKey<List<Boolean>,BooleanArrayFieldKey>
-
createValueField
-