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