SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

com.solarmetric.kodo.conf
Class ClassValue

java.lang.Object
  |
  +--com.solarmetric.kodo.conf.Value
        |
        +--com.solarmetric.kodo.conf.StringValue
              |
              +--com.solarmetric.kodo.conf.ClassValue
All Implemented Interfaces:
Serializable

public class ClassValue
extends StringValue

See Also:
Serialized Form

Fields inherited from class com.solarmetric.kodo.conf.Value
ATTRIBUTE_ALLOWED_VALUES, ATTRIBUTE_TYPE
 
Constructor Summary
ClassValue(String prop, String value, Class configClass, boolean expert, String type)
           
ClassValue(String prop, String value, String[] validValues, Class configClass, boolean expert, String type)
           
 
Methods inherited from class com.solarmetric.kodo.conf.StringValue
get, getDescriptor, getString, set, setFromProperties, setString
 
Methods inherited from class com.solarmetric.kodo.conf.Value
equals, getProperty, hashCode, setIntoProperties
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassValue

public ClassValue(String prop,
                  String value,
                  String[] validValues,
                  Class configClass,
                  boolean expert,
                  String type)

ClassValue

public ClassValue(String prop,
                  String value,
                  Class configClass,
                  boolean expert,
                  String type)

SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

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