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