Uses of Enum Class
org.xlsx4j.sml.STFilterOperator
Packages that use STFilterOperator
-
Uses of STFilterOperator in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STFilterOperatorMethods in org.xlsx4j.sml that return STFilterOperatorModifier and TypeMethodDescriptionstatic STFilterOperatorCTCustomFilter.getOperator()Gets the value of the operator property.static STFilterOperatorReturns the enum constant of this class with the specified name.static STFilterOperator[]STFilterOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STFilterOperatorModifier and TypeMethodDescriptionvoidCTCustomFilter.setOperator(STFilterOperator value) Sets the value of the operator property.