Uses of Class
org.xlsx4j.sml.STCredMethod
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STCredMethod in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STCredMethod Modifier and Type Field Description protected STCredMethodCTConnection. credentialsMethods in org.xlsx4j.sml that return STCredMethod Modifier and Type Method Description static STCredMethodSTCredMethod. fromValue(java.lang.String v)STCredMethodCTConnection. getCredentials()Gets the value of the credentials property.static STCredMethodSTCredMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STCredMethod[]STCredMethod. 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 STCredMethod Modifier and Type Method Description voidCTConnection. setCredentials(STCredMethod value)Sets the value of the credentials property.