Uses of Enum Class
org.ehrbase.openehr.aqlengine.querywrapper.select.SelectWrapper.SelectType
Packages that use SelectWrapper.SelectType
-
Uses of SelectWrapper.SelectType in org.ehrbase.openehr.aqlengine.querywrapper.select
Methods in org.ehrbase.openehr.aqlengine.querywrapper.select that return SelectWrapper.SelectTypeModifier and TypeMethodDescriptionSelectWrapper.type()static SelectWrapper.SelectTypeReturns the enum constant of this class with the specified name.static SelectWrapper.SelectType[]SelectWrapper.SelectType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ehrbase.openehr.aqlengine.querywrapper.select with parameters of type SelectWrapper.SelectTypeModifierConstructorDescriptionSelectWrapper(org.ehrbase.openehr.sdk.aql.dto.select.SelectExpression selectExpression, SelectWrapper.SelectType type, ContainsWrapper root)