Package com.exedio.cope
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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEnd()
SequenceInfo
getInfo()
int
getStart()
int
next()
The result of this method is not managed by aTransaction
, and you don't need one for calling this method.-
Methods inherited from class com.exedio.cope.Feature
afterModelCreated, getAbstractType, getAnnotation, getID, getLocalizationKeys, getName, getPattern, getType, isAnnotationPresent, isSourceAlready, mount, readResolve, requireMounted, toString, toString, writeReplace
-
-
-
-
Method Detail
-
getStart
public int getStart()
-
getEnd
public int getEnd()
-
next
public int next()
The result of this method is not managed by aTransaction
, and you don't need one for calling this method.
-
getInfo
public SequenceInfo getInfo()
-
-