Class VarIntEnumFieldKey<E extends io.datarouter.util.enums.IntegerEnum<E>>
java.lang.Object
io.datarouter.model.field.BaseFieldKey<E,VarIntEnumFieldKey<E>>
io.datarouter.model.field.imp.enums.VarIntEnumFieldKey<E>
- All Implemented Interfaces:
FieldKey<E>
public class VarIntEnumFieldKey<E extends io.datarouter.util.enums.IntegerEnum<E>> extends BaseFieldKey<E,VarIntEnumFieldKey<E>>
-
Field Summary
Fields inherited from class io.datarouter.model.field.BaseFieldKey
attributes, columnName, defaultValue, fieldGeneratorType, name, nullable, valueType -
Constructor Summary
Constructors Constructor Description VarIntEnumFieldKey(String name, Class<E> enumClass) -
Method Summary
Modifier and Type Method Description VarIntEnumField<E>createValueField(E value)Class<E>getEnumClass()EgetSampleValue()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