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