I - type of referencepublic interface ReferenceExpression<I extends uk.ac.ed.epcc.webapp.Indexed> extends PropExpression<uk.ac.ed.epcc.webapp.model.data.reference.IndexedReference<I>>
| Modifier and Type | Method and Description |
|---|---|
ReferenceExpression<I> |
copy()
Generate an equivalent (and where possible immutable) copy of
this expression.
|
uk.ac.ed.epcc.webapp.model.data.reference.IndexedProducer<I> |
getFactory(uk.ac.ed.epcc.webapp.AppContext c) |
java.lang.Class<? extends uk.ac.ed.epcc.webapp.model.data.reference.IndexedProducer> |
getFactoryClass() |
java.lang.String |
getTable() |
acceptuk.ac.ed.epcc.webapp.model.data.reference.IndexedProducer<I> getFactory(uk.ac.ed.epcc.webapp.AppContext c)
java.lang.Class<? extends uk.ac.ed.epcc.webapp.model.data.reference.IndexedProducer> getFactoryClass()
java.lang.String getTable()
ReferenceExpression<I> copy()
PropExpressioncopy in interface PropExpression<uk.ac.ed.epcc.webapp.model.data.reference.IndexedReference<I extends uk.ac.ed.epcc.webapp.Indexed>>