| Package | Description |
|---|---|
| com.bluersw | |
| com.bluersw.source |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
CheckboxParameterDefinition.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckboxParameterDefinition.setProtocol(Protocol protocol) |
| Constructor and Description |
|---|
CheckboxParameterDefinition(String name,
String description,
Protocol protocol,
Format format,
String uri,
String displayNodePath,
String valueNodePath,
net.sf.json.JSONObject useInput,
String pipelineSubmitContent) |
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DataSource |
DataSourceFactory.createDataSource(Protocol protocol,
String uri)
创建数据源对象 Create a data source object
|
Copyright © 2016–2021. All rights reserved.