Class UInt31FieldKey
java.lang.Object
io.datarouter.model.field.BaseFieldKey<T,K>
io.datarouter.model.field.PrimitiveFieldKey<java.lang.Integer,UInt31FieldKey>
io.datarouter.model.field.imp.positive.UInt31FieldKey
- All Implemented Interfaces:
FieldKey<java.lang.Integer>
public class UInt31FieldKey extends PrimitiveFieldKey<java.lang.Integer,UInt31FieldKey>
-
Field Summary
Fields inherited from class io.datarouter.model.field.BaseFieldKey
attributes, columnName, defaultValue, fieldGeneratorType, name, nullable, valueType -
Constructor Summary
Constructors Constructor Description UInt31FieldKey(java.lang.String name) -
Method Summary
Modifier and Type Method Description UInt31FieldcreateValueField(java.lang.Integer value)UInt31FieldKeywithColumnName(java.lang.String columnNameOverride)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
-
UInt31FieldKey
public UInt31FieldKey(java.lang.String name)
-
-
Method Details