public class UserDefined extends CommentsContainer
Modifier and Type | Field and Description |
---|---|
static String |
USER_DEFINED_PREFIX
用户定义参数键的前缀。
|
static String |
USER_DEFINED_XML_ATTRIBUTE
用户定义参数键的属性名称。
|
static String |
USER_DEFINED_XML_TAG
用户定义参数键的标签名称。
|
Constructor and Description |
---|
UserDefined()
创建一个空数据集。
|
Modifier and Type | Method and Description |
---|---|
void |
addEntry(String key, String value)
添加键/值条目。
|
Map<String,String> |
getParameters()
获取所有用户定义参数。
|
acceptComments, addComment, checkAllowed, checkNotNaN, checkNotNegative, checkNotNull, getComments, refuseFurtherComments, validate
public static final String USER_DEFINED_XML_ATTRIBUTE
public Map<String,String> getParameters()
从键中去除了USER_DEFINED_PREFIX
。
public void addEntry(String key, String value)
key
- 参数键,去除了USER_DEFINED_PREFIX
value
- 参数值
Copyright © 2002-2023 CS GROUP. All rights reserved.