Uses of Enum Class
org.xlsx4j.sml.STParameterType
Packages that use STParameterType
-
Uses of STParameterType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STParameterTypeMethods in org.xlsx4j.sml that return STParameterTypeModifier and TypeMethodDescriptionstatic STParameterTypeCTParameter.getParameterType()Gets the value of the parameterType property.static STParameterTypeReturns the enum constant of this class with the specified name.static STParameterType[]STParameterType.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 STParameterTypeModifier and TypeMethodDescriptionvoidCTParameter.setParameterType(STParameterType value) Sets the value of the parameterType property.