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