org.apache.ibatis.abator.api.dom.java
Class PrimitiveTypeWrapper
java.lang.Object
org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType
org.apache.ibatis.abator.api.dom.java.PrimitiveTypeWrapper
- All Implemented Interfaces:
- java.lang.Comparable
public class PrimitiveTypeWrapper
- extends FullyQualifiedJavaType
- Author:
- Jeff Butler
Methods inherited from class org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType |
addTypeArgument, compareTo, equals, getBooleanPrimitiveInstance, getCriteriaInstance, getDateInstance, getFullyQualifiedName, getIntInstance, getNewArrayListInstance, getNewHashMapInstance, getNewIteratorInstance, getNewListInstance, getNewMapInstance, getObjectInstance, getPackageName, getPrimitiveTypeWrapper, getShortName, getStringInstance, hashCode, isExplicitlyImported, isPrimitive, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
getToPrimitiveMethod
public java.lang.String getToPrimitiveMethod()
getBooleanInstance
public static PrimitiveTypeWrapper getBooleanInstance()
getByteInstance
public static PrimitiveTypeWrapper getByteInstance()
getCharacterInstance
public static PrimitiveTypeWrapper getCharacterInstance()
getDoubleInstance
public static PrimitiveTypeWrapper getDoubleInstance()
getFloatInstance
public static PrimitiveTypeWrapper getFloatInstance()
getIntegerInstance
public static PrimitiveTypeWrapper getIntegerInstance()
getLongInstance
public static PrimitiveTypeWrapper getLongInstance()
getShortInstance
public static PrimitiveTypeWrapper getShortInstance()