com.pcbsys.nirvana.nAdminAPI.nPluginConfigEntry Class Reference

Contains information for a plugin configuration entry. More...

Inherited by com.pcbsys.nirvana.nAdminAPI.nRealmXMLImport.nPluginEntry.

Public Member Functions

String getDescription ()
 Returns the a string describing what this configuration entry is. More...
 
String getName ()
 Returns the name of the configuration entry. More...
 
String getValue ()
 Returns the current value. More...
 
void setValue (String myValue)
 Sets the value to the string specified. More...
 
String toString ()
 String of the object. More...
 

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
myValuenew value.
String com.pcbsys.nirvana.nAdminAPI.nPluginConfigEntry.toString ( )

String of the object.

Returns
string representation.