public class SubnetValidator extends StringLengthValidator
max, minBIGDECIMAL_MAX, BIGDECIMAL_MIN, BIGINTEGER_MAX, BIGINTEGER_MIN, nullable, strictType, validTypes| Constructor and Description |
|---|
SubnetValidator(boolean allowNull,
boolean allowExpressions) |
| Modifier and Type | Method and Description |
|---|---|
void |
validateParameter(String parameterName,
org.jboss.dmr.ModelNode value)
Validate the parameter with the given name.
|
getMax, getMinclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidateResolvedParameterpublic SubnetValidator(boolean allowNull,
boolean allowExpressions)
public void validateParameter(String parameterName, org.jboss.dmr.ModelNode value) throws OperationFailedException
StringLengthValidatorvalidateParameter in interface ParameterValidatorvalidateParameter in class StringLengthValidatorparameterName - the name of the parameter. Cannot be nullvalue - the parameter value. Cannot be nullOperationFailedException - if the value is not validCopyright © 2019 JBoss by Red Hat. All rights reserved.