public interface PrimitiveType<T> extends LiteralType<T>
| Modifier and Type | Method and Description |
|---|---|
Serializable |
getDefaultValue()
Get this type's default value.
|
Class |
getPrimitiveClass()
Retrieve the primitive counterpart to the wrapper type identified by
Type.getReturnedClass(). |
String |
toString(T value)
Retrieve the string representation of the given value.
|
objectToSQLStringClass getPrimitiveClass()
Type.getReturnedClass().String toString(T value)
value - The value to be stringified.Serializable getDefaultValue()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.