protected abstract static class Preparator.Argument
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
Argument(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
abstract boolean |
isMatch(java.math.BigInteger value) |
static Preparator.Argument |
newCollection(java.lang.String name,
java.util.Collection<java.math.BigInteger> values) |
static Preparator.Argument |
newRange(java.lang.String name,
java.math.BigInteger from,
java.math.BigInteger to) |
static Preparator.Argument |
newValue(java.lang.String name,
java.math.BigInteger value) |
public static Preparator.Argument newValue(java.lang.String name, java.math.BigInteger value)
public static Preparator.Argument newCollection(java.lang.String name, java.util.Collection<java.math.BigInteger> values)
public static Preparator.Argument newRange(java.lang.String name, java.math.BigInteger from, java.math.BigInteger to)
public final java.lang.String getName()
public abstract boolean isMatch(java.math.BigInteger value)