Package | Description |
---|---|
org.glassfish.config.support.datatypes | |
org.jvnet.hk2.config |
Modifier and Type | Method and Description |
---|---|
void |
PositiveInteger.validate(String value)
Validates the given value as a positive integer.
|
void |
Port.validate(String value)
Checks if given string represents a port.
|
void |
NonNegativeInteger.validate(String value)
Validates the value as a non-negative integer.
|
Modifier and Type | Method and Description |
---|---|
void |
PrimitiveDataType.validate(String value) |
void |
DataType.validate(String value)
Checks if given value can be had by the abstract data type represented
by this implementation.
|
Copyright © 2021. All rights reserved.