wt.fc
Class IDSequence

java.lang.Object
  extended bywt.fc.IDSequence
All Implemented Interfaces:
DatastoreElement, DatastoreSequence

public class IDSequence
extends Object
implements DatastoreSequence

This class represents the datastore sequnce for generating ObjectIdentifier ID values.

Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Constructor Summary
IDSequence()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

IDSequence

public IDSequence()