<?xml version="1.0"?> 
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  <xsl:output method="text" indent="no"/>
<xsl:preserve-space elements="*"/>

<xsl:template match="keyval">/*----------------------------------------------------------------
 * AUTOMATICALLY GENERATED FROM XML - DO NOT EDIT!
 * 
 * (c) 2004 - Vaisala */
//----------------------------------------------------------------

package <xsl:value-of select="(@package)"/>;

import com.ccg.values.*;

//----------------------------------------------------------------
/** &#60;p&#62;A {@link ValuesConfig} implementation for the <xsl:value-of select="(@class)"/> objects.&#60;/p&#62;
 *
 * &#60;p&#62;This class is automatically generated from a XML document
 * which defines the configuration entries used by the application.&#60;/p&#62; */
//----------------------------------------------------------------

public class <xsl:value-of select="(@class)"/>ValuesConfig extends ValuesConfigBean {

  //----------------------------------------------------------------
  /** &#60;p&#62;Constructor for the <xsl:value-of select="(@class)"/>ValuesConfig class.&#60;/p&#62;
   * 
   * &#60;p&#62;After construction in this fashion, one will be able to load
   * and save the state of {@link <xsl:value-of select="(@class)"/>} objects.&#60;/p&#62; */
  //----------------------------------------------------------------

  public <xsl:value-of select="(@class)"/>ValuesConfig() {
    super(<xsl:value-of select="(@class)"/>.class);
  }

}
</xsl:template>

</xsl:stylesheet>
