Interface NumericAttribute<X, N extends Number & Comparable<N>>

Type Parameters:
X - The type containing the represented attribute
N - The type of the represented attribute
All Superinterfaces:
Attribute<X,N>, Bindable<N>, ComparableAttribute<X,N>, SingularAttribute<X,N>

public interface NumericAttribute<X, N extends Number & Comparable<N>> extends ComparableAttribute<X,N>
Instances of the type NumericAttribute represents persistent single-valued properties or fields of number type.
Since:
4.0