Interface NumberLikeAttributeValue<T>

All Superinterfaces:
AttributeValue<T>, Comparable<AttributeValue<?>>, Serializable
All Known Implementing Classes:
DecimalAttributeValue, IntegerAttributeValue, PositiveIntegerAttributeValue, UnsignedIntegerAttributeValue

public interface NumberLikeAttributeValue<T> extends AttributeValue<T>