Uses of Class
org.ehrbase.aql.compiler.TopAttributes.TopDirection
-
Packages that use TopAttributes.TopDirection Package Description org.ehrbase.aql.compiler -
-
Uses of TopAttributes.TopDirection in org.ehrbase.aql.compiler
Methods in org.ehrbase.aql.compiler that return TopAttributes.TopDirection Modifier and Type Method Description TopAttributes.TopDirectionTopAttributes. getDirection()static TopAttributes.TopDirectionTopAttributes.TopDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static TopAttributes.TopDirection[]TopAttributes.TopDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.ehrbase.aql.compiler with parameters of type TopAttributes.TopDirection Constructor Description TopAttributes(Integer window, TopAttributes.TopDirection direction)
-