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