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