SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

com.solarmetric.kodo.impl.jdbc.schema
Class DefaultNameGenerator

java.lang.Object
  |
  +--com.solarmetric.kodo.impl.jdbc.schema.DefaultNameGenerator
All Implemented Interfaces:
NameGenerator

public class DefaultNameGenerator
extends Object
implements NameGenerator

An implementation of NameGenerator whose generated names are simple the same as the indicated name.

Since:
2.4

Constructor Summary
DefaultNameGenerator()
           
 
Method Summary
 String getGeneratedName(String name)
          Obtain the generated name for the specified name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultNameGenerator

public DefaultNameGenerator()
Method Detail

getGeneratedName

public String getGeneratedName(String name)
Obtain the generated name for the specified name.
Specified by:
getGeneratedName in interface NameGenerator
Parameters:
name - the name to translate
Returns:
the generated name

SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

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