|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.hk2.config.PrimitiveDataType
public final class PrimitiveDataType
Represents a Java primitive (and its wrapper) data type. Not all Java primitives are relevant from a configuration standpoint.
DataType,
DomDocument.PRIMS| Method Summary | |
|---|---|
void |
validate(java.lang.String value)
Checks if given value can be had by the abstract data type represented by this implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void validate(java.lang.String value)
throws ValidationException
DataType
validate in interface DataTypevalue - String representing the value for this DataType
ValidationException - if given String does
not represent this data type.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||