Interface EntityProperty<T>

Type Parameters:
T - The type of the value of the property.
All Superinterfaces:
Comparable<Property<?>>, Property<T>
All Known Implementing Classes:
EntityPropertyMain

public interface EntityProperty<T> extends Property<T>
A direct property of an Entity.