Uses of Enum
org.xlsx4j.sml.STDynamicFilterType
Packages that use STDynamicFilterType
-
Uses of STDynamicFilterType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STDynamicFilterTypeMethods in org.xlsx4j.sml that return STDynamicFilterTypeModifier and TypeMethodDescriptionstatic STDynamicFilterTypeCTDynamicFilter.getType()Gets the value of the type property.static STDynamicFilterTypeReturns 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 STDynamicFilterTypeModifier and TypeMethodDescriptionvoidCTDynamicFilter.setType(STDynamicFilterType value) Sets the value of the type property.