Uses of Class
org.ehrbase.aql.dto.orderby.OrderByExpressionSymbol
-
Packages that use OrderByExpressionSymbol Package Description org.ehrbase.aql.dto.orderby -
-
Uses of OrderByExpressionSymbol in org.ehrbase.aql.dto.orderby
Methods in org.ehrbase.aql.dto.orderby that return OrderByExpressionSymbol Modifier and Type Method Description OrderByExpressionSymbolOrderByExpressionDto. getSymbol()static OrderByExpressionSymbolOrderByExpressionSymbol. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderByExpressionSymbol[]OrderByExpressionSymbol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.aql.dto.orderby with parameters of type OrderByExpressionSymbol Modifier and Type Method Description voidOrderByExpressionDto. setSymbol(OrderByExpressionSymbol symbol)
-