Uses of Interface
org.apache.commons.betwixt.io.IDGenerator

Packages that use IDGenerator
org.apache.commons.betwixt.io Package contains classes dealing directly with the reading and writing of beans. 
org.apache.commons.betwixt.io.id This package is home to IDGenerator implementations. 
 

Uses of IDGenerator in org.apache.commons.betwixt.io
 

Methods in org.apache.commons.betwixt.io that return IDGenerator
 IDGenerator AbstractBeanWriter.getIdGenerator()
          Get IDGenerator implementation used to generate ID attribute values .
 

Methods in org.apache.commons.betwixt.io with parameters of type IDGenerator
 void AbstractBeanWriter.setIdGenerator(IDGenerator idGenerator)
          Set IDGenerator implementation used to generate ID attribute values.
 

Uses of IDGenerator in org.apache.commons.betwixt.io.id
 

Classes in org.apache.commons.betwixt.io.id that implement IDGenerator
 class AbstractIDGenerator
          Abstract superclass for IDGenerator implementations.
 class RandomIDGenerator
          Generates ID's at random.
 class SequentialIDGenerator
          Generates ID's in numeric sequence.
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.