com.pcbsys.nirvana.nAdminAPI.nInterfacePluginConfiguration Class Reference
This class contains the plugin static information used by the plugin instances. More...
Public Member Functions | |
| String | getDescription (String key) |
| Returns the description for the key specified. | |
| String | getDescription () |
| Returns a string containing information regarding this plugin. | |
| Enumeration | getKeys () |
| Returns an enumeration of strings which are the keys for the plugin. | |
| String | getName () |
| Returns the name of the plugin. | |
Detailed Description
This class contains the plugin static information used by the plugin instances.Member Function Documentation
| String com.pcbsys.nirvana.nAdminAPI.nInterfacePluginConfiguration.getDescription | ( | String | key | ) |
Returns the description for the key specified.
- Parameters:
-
key string.
- Returns:
- String description for the key.
| String com.pcbsys.nirvana.nAdminAPI.nInterfacePluginConfiguration.getDescription | ( | ) |
Returns a string containing information regarding this plugin.
- Returns:
- String description.
| Enumeration com.pcbsys.nirvana.nAdminAPI.nInterfacePluginConfiguration.getKeys | ( | ) |
Returns an enumeration of strings which are the keys for the plugin.
- Returns:
- enumeration of strings.
| String com.pcbsys.nirvana.nAdminAPI.nInterfacePluginConfiguration.getName | ( | ) |
Returns the name of the plugin.
- Returns:
- String name.
