Access existing data source parameters.
Only use this class with data that's connected to a database.
Methods
Method | Return type | Brief description |
---|---|---|
get | String | Gets the parameter name. |
get | String | Gets the source cell the parameter is valued based on, or null if the parameter type is
not Data . |
get | Data | Gets the parameter type. |
Detailed documentation
getName()
Gets the parameter name.
Return
String
— The parameter name.
getSourceCell()
Gets the source cell the parameter is valued based on, or null
if the parameter type is
not Data
.
Return
String
— The source cell, as specified in A1 notation.