Package com.exedio.cope
Class Sequence
java.lang.Object
com.exedio.cope.Feature
com.exedio.cope.Sequence
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetEnd()getInfo()intgetStart()intnext()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
-
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 aTransaction, and you don't need one for calling this method. -
getInfo
-