Uses of Enum Class
overit.geocall.bl.OrderCriterion
Packages that use OrderCriterion
-
Uses of OrderCriterion in overit.geocall.bl
Methods in overit.geocall.bl that return OrderCriterionModifier and TypeMethodDescriptionstatic OrderCriterionReturns the enum constant of this class with the specified name.static OrderCriterion[]OrderCriterion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in overit.geocall.bl that return types with arguments of type OrderCriterionModifier and TypeMethodDescriptionOrder.getCriteria()Returns the list ofOrderCriterionindicating the type of ordering.Methods in overit.geocall.bl with parameters of type OrderCriterionModifier and TypeMethodDescriptionvoidOrder.addAttributeOrderCriterion(String attribute, OrderCriterion criterion) Adds the given attribute and the given order criterion to the current order.