public static class Parameter.Validators extends Object
Parameter.validator()
Modifier and Type | Field and Description |
---|---|
static String |
ANY
Validates any arbitrary string as the parameter value
|
static String |
POSITIVE_INT_EXCLUDING_ZERO
Validates any finite positive integer excluding zero as the parameter argument
|
static String |
POSITIVE_INT_INCLUDING_ZERO
Validates any finite positive integer including zero as the parameter argument
|
static String |
POSITIVE_OR_NEGATIVE_INT
Validates any finite positive or negative integer
|
Constructor and Description |
---|
Validators() |
public static final String ANY
public static final String POSITIVE_INT_EXCLUDING_ZERO
public static final String POSITIVE_INT_INCLUDING_ZERO
public static final String POSITIVE_OR_NEGATIVE_INT
Copyright © 2016–2019 AdroitLogic. All rights reserved.