Enum Class ValueTooLongBehavior

java.lang.Object
java.lang.Enum<ValueTooLongBehavior>
com.kingsrook.qqq.backend.core.model.metadata.fields.ValueTooLongBehavior
All Implemented Interfaces:
FieldBehavior<ValueTooLongBehavior>, Serializable, Comparable<ValueTooLongBehavior>, Constable

public enum ValueTooLongBehavior extends Enum<ValueTooLongBehavior> implements FieldBehavior<ValueTooLongBehavior>
Behaviors for string fields, if their value is too long. Note: This was the first implementation of a FieldBehavior, so its test coverage is provided in ValueBehaviorApplierTest.