Uses of Enum Class
org.ehrbase.openehr.aqlengine.pathanalysis.PathQueryDescriptor.PathType
Packages that use PathQueryDescriptor.PathType
-
Uses of PathQueryDescriptor.PathType in org.ehrbase.openehr.aqlengine.pathanalysis
Methods in org.ehrbase.openehr.aqlengine.pathanalysis that return PathQueryDescriptor.PathTypeModifier and TypeMethodDescriptionPathQueryDescriptor.getType()static PathQueryDescriptor.PathTypeReturns the enum constant of this class with the specified name.static PathQueryDescriptor.PathType[]PathQueryDescriptor.PathType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ehrbase.openehr.aqlengine.pathanalysis with parameters of type PathQueryDescriptor.PathTypeModifierConstructorDescriptionPathQueryDescriptor(org.ehrbase.openehr.sdk.aql.dto.containment.ContainmentClassExpression root, PathQueryDescriptor parent, org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath representedPath, PathQueryDescriptor.PathType type, Set<String> rmType)