com.pcbsys.nirvana.nAdminAPI.nPluginConfigEntry Class Reference
Contains information for a plugin configuration entry. More...
Public Member Functions | |
| String | getDescription () |
| Returns the a string describing what this configuration entry is. | |
| String | getName () |
| Returns the name of the configuration entry. | |
| String | getValue () |
| Returns the current value. | |
| void | setValue (String myValue) |
| Sets the value to the string specified. | |
| String | toString () |
| String of the object. | |
Detailed Description
Contains information for a plugin configuration entry.This data contains the name of the configuration, a description of what this entry does and the current value.
Member Function Documentation
| String com.pcbsys.nirvana.nAdminAPI.nPluginConfigEntry.getDescription | ( | ) |
Returns the a string describing what this configuration entry is.
- Returns:
- description.
| String com.pcbsys.nirvana.nAdminAPI.nPluginConfigEntry.getName | ( | ) |
Returns the name of the configuration entry.
- Returns:
- name.
| String com.pcbsys.nirvana.nAdminAPI.nPluginConfigEntry.getValue | ( | ) |
Returns the current value.
- Returns:
- value.
| void com.pcbsys.nirvana.nAdminAPI.nPluginConfigEntry.setValue | ( | String | myValue | ) |
Sets the value to the string specified.
- Parameters:
-
myValue new value.
| String com.pcbsys.nirvana.nAdminAPI.nPluginConfigEntry.toString | ( | ) |
String of the object.
- Returns:
- string representation.
