| 程序包 | 说明 |
|---|---|
| com.bluersw | |
| com.bluersw.analyze |
| 限定符和类型 | 方法和说明 |
|---|---|
Format |
CheckboxParameterDefinition.getFormat() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CheckboxParameterDefinition.setFormat(Format format) |
| 构造器和说明 |
|---|
CheckboxParameterDefinition(String name,
String description,
Protocol protocol,
Format format,
String uri,
String displayNodePath,
String valueNodePath,
net.sf.json.JSONObject useInput) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Format |
Format.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Format[] |
Format.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Configuration |
ConfigurationFactory.createConfiguration(Format format,
InputStream inputStream)
根据文档类型和流对象创建文件内容操作对象 Create file content operation objects based on document types and stream objects
|
static Configuration |
ConfigurationFactory.createConfiguration(Format format,
String content)
根据文档类型和内容创建文件内容操作对象 Create file content operation object according to document type and content
|
Copyright © 2016–2020. All rights reserved.