public interface IEntity
IEntity
represents the interface from which all generated data
model classes inherit. Those entities must be modeled with EML.
It mainly provides the EPath
to resolve String-based expressions to a
real Object, e.g. for JSON to entity parsing or resolving expressions for
ContentAdapters.
EPath
Modifier and Type | Method and Description |
---|---|
EPath |
getEPath()
Returns the
EPath object for this IEntity . |