Class PositiveInteger
- java.lang.Object
-
- org.glassfish.config.support.datatypes.PositiveInteger
-
-
Constructor Summary
Constructors Constructor Description PositiveInteger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate(String value)Validates the given value as a positive integer.
-
-
-
Method Detail
-
validate
public void validate(String value) throws ValidationException
Validates the given value as a positive integer.- Specified by:
validatein interfaceDataType- Parameters:
value-- Throws:
ValidationException
-
-