NameValuePair
objects 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 ofnvPair and will delete it in its destructor ! | |
NameValuePair * | getNameValuePair (const icu::UnicodeString ¶mName) const |
Returns theNameValuePair whose name equalsparamName or 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
|
|
|
|
|
|
|