Class Sequence

java.lang.Object
com.exedio.cope.Feature
com.exedio.cope.Sequence
All Implemented Interfaces:
Serializable

public final class Sequence extends Feature
See Also:
  • Constructor Details

    • Sequence

      public Sequence(int start)
    • Sequence

      public Sequence(int start, int end)
  • Method Details

    • getStart

      public int getStart()
    • getEnd

      public int getEnd()
    • next

      public int next()
      The result of this method is not managed by a Transaction, and you don't need one for calling this method.
    • getInfo

      public SequenceInfo getInfo()