SolarMetric Kodo JDO 3.0.3 generated on February 20 2004

com.solarmetric.conf
Class PluginListValue

java.lang.Object
  |
  +--com.solarmetric.conf.AbstractValue
        |
        +--com.solarmetric.conf.PluginListValue
All Implemented Interfaces:
Value

public synchronized class PluginListValue
extends AbstractValue


Constructor Summary
PluginListValue(String)
           
 
Method Summary
 String[] getClassNames()
           
protected  String getInternalString()
           
 String[] getProperties()
           
 String getString()
          Return a stringified version of this value.
 void setClassNames(String[])
           
protected  void setInternalString(String)
           
 void setProperties(String[])
           
 void setString(String)
          Set this value from the given string.
 
Methods inherited from class com.solarmetric.conf.AbstractValue
equals, getAliases, getDefault, getProperty, hashCode, setAliases, setDefault
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginListValue

public PluginListValue(String)
Method Detail

getClassNames

public String[] getClassNames()

setClassNames

public void setClassNames(String[])

getProperties

public String[] getProperties()

setProperties

public void setProperties(String[])

getString

public String getString()
Description copied from interface: Value
Return a stringified version of this value. If the current value has a short alias key, the alias key is returned.
Overrides:
getString in class AbstractValue

setString

public void setString(String)
Description copied from interface: Value
Set this value from the given string. If the given string is null or empty and a default is defined, the default is used. If the given string (or default) is an alias key, it will be converted to the corresponding value internally.
Overrides:
setString in class AbstractValue

getInternalString

protected String getInternalString()
Overrides:
getInternalString in class AbstractValue

setInternalString

protected void setInternalString(String)
Overrides:
setInternalString in class AbstractValue

SolarMetric Kodo JDO 3.0.3 generated on February 20 2004

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.