Uses of Class
org.xlsx4j.sml.STDynamicFilterType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STDynamicFilterType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STDynamicFilterType Modifier and Type Field Description protected STDynamicFilterTypeCTDynamicFilter. typeMethods in org.xlsx4j.sml that return STDynamicFilterType Modifier and Type Method Description static STDynamicFilterTypeSTDynamicFilterType. fromValue(java.lang.String v)STDynamicFilterTypeCTDynamicFilter. getType()Gets the value of the type property.static STDynamicFilterTypeSTDynamicFilterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STDynamicFilterType[]STDynamicFilterType. 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 STDynamicFilterType Modifier and Type Method Description voidCTDynamicFilter. setType(STDynamicFilterType value)Sets the value of the type property.