Uses of Enum Class
overit.geocallapp.wfm.core.bl.common.OrderCriterion
Packages that use OrderCriterion
-
Uses of OrderCriterion in overit.geocallapp.wfm.core.bl.common
Methods in overit.geocallapp.wfm.core.bl.common that return OrderCriterionModifier and TypeMethodDescriptionstatic OrderCriterionDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static OrderCriterion[]OrderCriterion.values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.Methods in overit.geocallapp.wfm.core.bl.common that return types with arguments of type OrderCriterionModifier and TypeMethodDescriptionOrder.getCriteria()Deprecated, for removal: This API element is subject to removal in a future version.Returns the list ofOrderCriterionindicating the type of ordering.Methods in overit.geocallapp.wfm.core.bl.common with parameters of type OrderCriterionModifier and TypeMethodDescriptionvoidOrder.addAttributeOrderCriterion(String attribute, OrderCriterion criterion) Deprecated, for removal: This API element is subject to removal in a future version.Adds the given attribute and the given order criterion to the current orderO.