public final class PrimitiveDataType extends java.lang.Object implements DataType
DataType,
DomDocument.PRIMS| Modifier and Type | Method and Description |
|---|---|
void |
validate(java.lang.String value)
Checks if given value can be had by the abstract data type represented
by this implementation.
|
public void validate(java.lang.String value)
throws ValidationException
DataTypevalidate in interface DataTypevalue - String representing the value for this DataTypeValidationException - if given String does
not represent this data type.Copyright © 2013 Oracle Corporation. All Rights Reserved.