org.databene.domain.address
Class CountryGenerator

java.lang.Object
  extended by org.databene.benerator.util.AbstractGenerator<E>
      extended by org.databene.benerator.util.ThreadSafeGenerator<E>
          extended by org.databene.benerator.sample.AbstractSampleGenerator<E>
              extended by org.databene.benerator.sample.AttachedWeightSampleGenerator<Country>
                  extended by org.databene.domain.address.CountryGenerator
All Implemented Interfaces:
java.io.Closeable, Generator<Country>, org.databene.commons.Resettable, org.databene.commons.ThreadAware

public class CountryGenerator
extends AttachedWeightSampleGenerator<Country>

Generates a random country.

Created: 11.06.2006 08:15:51

Author:
Volker Bergmann

Field Summary
 
Fields inherited from class org.databene.benerator.util.AbstractGenerator
context, state
 
Constructor Summary
CountryGenerator()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.databene.benerator.sample.AttachedWeightSampleGenerator
addSample, addSample, addValue, clear, generate, generate, generate, getDistribution, getGeneratedType, getSamples, init, setDistribution, setSamples, setSamples
 
Methods inherited from class org.databene.benerator.sample.AbstractSampleGenerator
addValues, addValues, setValues, setValues
 
Methods inherited from class org.databene.benerator.util.ThreadSafeGenerator
isParallelizable, isThreadSafe
 
Methods inherited from class org.databene.benerator.util.AbstractGenerator
assertInitialized, assertNotInitialized, close, reset, wasInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CountryGenerator

public CountryGenerator()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class AttachedWeightSampleGenerator<Country>


Copyright © 2011. All Rights Reserved.