public class UserDefined extends CommentsContainer
Modifier and Type | Field and Description |
---|---|
static String |
USER_DEFINED_PREFIX
Prefix for user defined parameters keys.
|
static String |
USER_DEFINED_XML_ATTRIBUTE
Attribute name for user defined parameters keys.
|
static String |
USER_DEFINED_XML_TAG
Tag name for user defined parameters keys.
|
Constructor and Description |
---|
UserDefined()
Create an empty data set.
|
Modifier and Type | Method and Description |
---|---|
void |
addEntry(String key,
String value)
Add a key/value entry.
|
Map<String,String> |
getParameters()
Get all user defined parameters.
|
acceptComments, addComment, checkAllowed, checkNotNaN, checkNotNegative, checkNotNull, getComments, refuseFurtherComments, validate
public static final String USER_DEFINED_XML_TAG
public static final String USER_DEFINED_XML_ATTRIBUTE
public static final String USER_DEFINED_PREFIX
public Map<String,String> getParameters()
The USER_DEFINED_PREFIX
has been stripped away from the keys.
public void addEntry(String key, String value)
key
- parameter key, with the USER_DEFINED_PREFIX
stripped awayvalue
- parameter valueCopyright © 2002-2022 CS GROUP. All rights reserved.