Class Sequence

java.lang.Object
org.alfresco.util.schemacomp.model.AbstractDbObject
org.alfresco.util.schemacomp.model.Sequence
All Implemented Interfaces:
DbObject

public class Sequence extends AbstractDbObject
Represents a database sequence.
Author:
Matt Ward
  • Constructor Details

  • Method Details

    • accept

      public void accept(DbObjectVisitor visitor)
      Description copied from interface: DbObject
      Allows a visitor to be invoked against this DbObject. Implementations should ensure that child objects are visited first (by calling accept on them) before invoking the visitor on itself.
      Parameters:
      visitor - DbObjectVisitor