Class ListAqlFieldImp<T>
java.lang.Object
org.ehrbase.openehr.sdk.generator.commons.aql.field.AqlFieldImp<List<T>>
org.ehrbase.openehr.sdk.generator.commons.aql.field.ListAqlFieldImp<T>
- All Implemented Interfaces:
AqlField<List<T>>,ListSelectAqlField<T>,SelectAqlField<List<T>>
-
Constructor Summary
ConstructorsConstructorDescriptionListAqlFieldImp(Class<?> entityClass, String path, String name, Class<T> innerClass, Containment containment) -
Method Summary
Methods inherited from class org.ehrbase.openehr.sdk.generator.commons.aql.field.AqlFieldImp
buildAQL, getContainment, getEntityClass, getName, getPath, getValueClass, isMultiValuedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ehrbase.openehr.sdk.generator.commons.aql.field.AqlField
getValueClass, isMultiValuedMethods inherited from interface org.ehrbase.openehr.sdk.generator.commons.aql.field.SelectAqlField
buildAQL, getContainment, getEntityClass, getName, getPath
-
Constructor Details
-
ListAqlFieldImp
-
-
Method Details
-
getInnerClass
- Specified by:
getInnerClassin interfaceListSelectAqlField<T>
-