class BackendSetting |
|
\class BackendSetting backend.h Soprano/BackendSetting
Wraps one setting for Model creation. A BackendSetting consists of an option type and an option value. The option type can either be a predefined value from Soprano.BackendOption or a user defined string value that depends on the Backend implementation. In the latter case option has to be set to Soprano.BackendOptionUser. See also Backend.createModel()
Author Sebastian Trueg |
|
Create an empty setting.
See also Soprano.BackendOptionNone |
|
Create a boolean setting with a default true value. |
|
Create a standard setting with option s and value value_. |
|
Create a user setting with user option name userOption and value value_. |
|
Copy constructor. |
|
The option that this setting sets. If Soprano.BackendOptionUser the option is identified by userOptionName(). |
|
Set the value of the Setting. |
|
The name of the user option if option() is Soprano.BackendOptionUser. |
|
The value of the setting. |