Uses of Enum Class
com.stimulsoft.report.dictionary.StiSort.Order
Packages that use StiSort.Order
-
Uses of StiSort.Order in com.stimulsoft.report.dictionary
Fields in com.stimulsoft.report.dictionary declared as StiSort.OrderMethods in com.stimulsoft.report.dictionary that return StiSort.OrderModifier and TypeMethodDescriptionstatic StiSort.Orderstatic StiSort.OrderReturns the enum constant of this class with the specified name.static StiSort.Order[]StiSort.Order.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.stimulsoft.report.dictionary with parameters of type StiSort.OrderModifier and TypeMethodDescriptionstatic intStiDataSort.CompareValues(Object value1, Object value2, StiSort.Order order) Constructors in com.stimulsoft.report.dictionary with parameters of type StiSort.OrderModifierConstructorDescriptionStiSort(StiSort.Order order, String column, ArrayList<String> relations) StiSort(String column, StiSort.Order order)