NameValuePairobjects for a certain configuration group.
Public Member Functions | |
| SettingsForGroup () | |
| ~SettingsForGroup () | |
| void | commit () |
| Does nothing, as reconfiguration of parameter values is possible. | |
| void | addNameValuePair (NameValuePair *nvPair) |
Note: This object will assume memory ownership ofnvPairand will delete it in its destructor ! | |
| NameValuePair * | getNameValuePair (const icu::UnicodeString ¶mName) const |
Returns theNameValuePairwhose name equalsparamNameor NULL if no such object can be found. | |
| std::vector< NameValuePair const * > | getNameValuePairs () const |
| bool | isModifiable () const |
Protected Attributes | |
| bool | iv_bIsModifiable |
|
|
|
|
|
|
|
|
Does nothing, as reconfiguration of parameter values is possible.
Reimplemented from uima::MetaDataObject. |
|
|
Note: This object will assume memory ownership of
|
|
|
Returns the
|
|
|
|
|
|
|
|
|
|
1.3.9.1