Uses of Class
org.ehrbase.client.aql.top.Direction
-
Packages that use Direction Package Description org.ehrbase.aql.dto.select org.ehrbase.client.aql.top -
-
Uses of Direction in org.ehrbase.aql.dto.select
Methods in org.ehrbase.aql.dto.select that return Direction Modifier and Type Method Description DirectionSelectDto. getTopDirection()Methods in org.ehrbase.aql.dto.select with parameters of type Direction Modifier and Type Method Description voidSelectDto. setTopDirection(Direction topDirection) -
Uses of Direction in org.ehrbase.client.aql.top
Methods in org.ehrbase.client.aql.top that return Direction Modifier and Type Method Description static DirectionDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static Direction[]Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-