org.topbraid.spin.model
Interface SolutionModifierQuery
- All Superinterfaces:
- Command, Printable, Query
- All Known Subinterfaces:
- Construct, Describe, Select
public interface SolutionModifierQuery
- extends Query
Shared functions of those Query types that can have solution modifiers.
- Author:
- Holger Knublauch
Method Summary |
java.lang.Long |
getLimit()
Gets the LIMIT or null. |
java.lang.Long |
getOffset()
Gets the OFFSET or null |
Methods inherited from interface org.topbraid.spin.model.print.Printable |
print |
getLimit
java.lang.Long getLimit()
- Gets the LIMIT or null.
- Returns:
- the specified limit or null
getOffset
java.lang.Long getOffset()
- Gets the OFFSET or null
- Returns:
- the specified offset or null