Class NonNegativeInteger
java.lang.Object
org.glassfish.config.support.datatypes.NonNegativeInteger
- All Implemented Interfaces:
org.jvnet.hk2.config.DataType
Represents an integer from 0 to Integer.MAX_VALUE. It's modeled as a functional class.
- Author:
- केदाinvalid input: 'र' (km@dev.java.net)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NonNegativeInteger
public NonNegativeInteger()
-
-
Method Details
-
validate
Validates the value as a non-negative integer.- Specified by:
validatein interfaceorg.jvnet.hk2.config.DataType- Parameters:
value-- Throws:
org.jvnet.hk2.config.ValidationException
-