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 ()
 Returns a string containing information regarding this plugin. More...
 
String getDescription (String key)
 Returns the description for the key specified. More...
 
Enumeration getKeys ()
 Returns an enumeration of strings which are the keys for the plugin. More...
 
String getName ()
 Returns the name of the plugin. More...
 

Detailed Description

This class contains the plugin static information used by the plugin instances.

Member Function Documentation

String com.pcbsys.nirvana.nAdminAPI.nInterfacePluginConfiguration.getDescription ( )

Returns a string containing information regarding this plugin.

Returns
String description.
String com.pcbsys.nirvana.nAdminAPI.nInterfacePluginConfiguration.getDescription ( String  key)

Returns the description for the key specified.

Parameters
keystring.
Returns
String description for the key.
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.