Uses of Class
org.xlsx4j.sml.STFilterOperator
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STFilterOperator in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STFilterOperator Modifier and Type Field Description protected STFilterOperatorCTCustomFilter. operatorMethods in org.xlsx4j.sml that return STFilterOperator Modifier and Type Method Description static STFilterOperatorSTFilterOperator. fromValue(java.lang.String v)STFilterOperatorCTCustomFilter. getOperator()Gets the value of the operator property.static STFilterOperatorSTFilterOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STFilterOperator[]STFilterOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STFilterOperator Modifier and Type Method Description voidCTCustomFilter. setOperator(STFilterOperator value)Sets the value of the operator property.