Uses of Class
org.xlsx4j.sml.STParameterType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STParameterType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STParameterType Modifier and Type Field Description protected STParameterTypeCTParameter. parameterTypeMethods in org.xlsx4j.sml that return STParameterType Modifier and Type Method Description static STParameterTypeSTParameterType. fromValue(java.lang.String v)STParameterTypeCTParameter. getParameterType()Gets the value of the parameterType property.static STParameterTypeSTParameterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STParameterType[]STParameterType. 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 STParameterType Modifier and Type Method Description voidCTParameter. setParameterType(STParameterType value)Sets the value of the parameterType property.