public interface SequenceManager
SequenceManager interface provides a single sequence(String) method to provide the next number within
 a defined sequence.
 
 The SequenceManager is accessed using EbaseSystem.getSequenceManager().
 
| Modifier and Type | Method and Description | 
|---|---|
| int | sequence(java.lang.String sequenceName)Returns the next number within the sequence specified by  sequenceName. | 
int sequence(java.lang.String sequenceName)
      throws com.ebasetech.xi.exceptions.FormRuntimeException
sequenceName. Sequences are defined and maintained
 using the Ebase Xi Designer.
 com.ebasetech.xi.exceptions.FormRuntimeException