Uses of Class
org.xlsx4j.sml.STDdeValueType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STDdeValueType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STDdeValueType Modifier and Type Field Description protected STDdeValueTypeCTDdeValue. tMethods in org.xlsx4j.sml that return STDdeValueType Modifier and Type Method Description static STDdeValueTypeSTDdeValueType. fromValue(java.lang.String v)STDdeValueTypeCTDdeValue. getT()Gets the value of the t property.static STDdeValueTypeSTDdeValueType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STDdeValueType[]STDdeValueType. 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 STDdeValueType Modifier and Type Method Description voidCTDdeValue. setT(STDdeValueType value)Sets the value of the t property.