Class IntegerArrayFieldKey
java.lang.Object
io.datarouter.model.field.BaseFieldKey<L,K>
io.datarouter.model.field.ListFieldKey<Integer,List<Integer>,IntegerArrayFieldKey>
io.datarouter.model.field.imp.array.IntegerArrayFieldKey
public class IntegerArrayFieldKey extends ListFieldKey<Integer,List<Integer>,IntegerArrayFieldKey>
-
Field Summary
Fields inherited from class io.datarouter.model.field.BaseFieldKey
attributes, columnName, defaultValue, fieldGeneratorType, name, nullable, valueType -
Constructor Summary
Constructors Constructor Description IntegerArrayFieldKey(String name) -
Method Summary
Modifier and Type Method Description IntegerArrayFieldcreateValueField(List<Integer> 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
-
createValueField
-
isFixedLength
public boolean isFixedLength()- Specified by:
isFixedLengthin interfaceFieldKey<List<Integer>>- Overrides:
isFixedLengthin classBaseFieldKey<List<Integer>,IntegerArrayFieldKey>
-