limit by max/min value
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package org.lucares.pdbui.domain;
|
||||
|
||||
public enum LimitBy {
|
||||
NO_LIMIT, MOST_VALUES, FEWEST_VALUES
|
||||
NO_LIMIT, MOST_VALUES, FEWEST_VALUES, MAX_VALUE, MIN_VALUE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user