|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.config.support.datatypes.PositiveInteger
@Service public class PositiveInteger
Represents an integer from 1 to Integer.MAX_VALUE. It's modeled as a functional class.
| Constructor Summary | |
|---|---|
PositiveInteger()
|
|
| Method Summary | |
|---|---|
void |
validate(java.lang.String value)
Validates the given value as a positive integer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PositiveInteger()
| Method Detail |
|---|
public void validate(java.lang.String value)
throws org.jvnet.hk2.config.ValidationException
validate in interface org.jvnet.hk2.config.DataTypevalue -
org.jvnet.hk2.config.ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||