| Interface | Description |
|---|---|
| Entity<ValueType> |
Interface of an entity that has a specific
EntityType and a value. |
| EntityConverter<ValueType> |
Helper to convert
Entity values to instances of their respective ValueType and back to String representations. |
| EntityType<ValueType> |
Represents type of an
Entity. |