Interface ComparableProperty<E>

All Superinterfaces:
Property<E>
All Known Implementing Classes:
DateProperty, NumericIdProperty, NumericProperty, Property, StringProperty

public interface ComparableProperty<E> extends Property<E>
Interface (or "Trait") that provides basic functionality for comparable properties.
Since:
4.2
See Also: