Package org.ehrbase.client.aql.field
Class ListAqlFieldImp<T>
- java.lang.Object
-
- org.ehrbase.client.aql.field.AqlFieldImp<List<T>>
-
- org.ehrbase.client.aql.field.ListAqlFieldImp<T>
-
- All Implemented Interfaces:
AqlField<List<T>>,ListSelectAqlField<T>,SelectAqlField<List<T>>
public class ListAqlFieldImp<T> extends AqlFieldImp<List<T>> implements ListSelectAqlField<T>
-
-
Constructor Summary
Constructors Constructor Description ListAqlFieldImp(Class<?> entityClass, String path, String name, Class<T> innerClass, Containment containment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<T>getInnerClass()-
Methods inherited from class org.ehrbase.client.aql.field.AqlFieldImp
buildAQL, getContainment, getEntityClass, getName, getPath, getValueClass, isMultiValued
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ehrbase.client.aql.field.AqlField
getValueClass, isMultiValued
-
Methods inherited from interface org.ehrbase.client.aql.field.SelectAqlField
buildAQL, getContainment, getEntityClass, getName, getPath
-
-
-
-
Method Detail
-
getInnerClass
public Class<T> getInnerClass()
- Specified by:
getInnerClassin interfaceListSelectAqlField<T>
-
-