org.apache.ibatis.abator.api.dom.java
Class PrimitiveTypeWrapper

java.lang.Object
  extended by org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType
      extended by org.apache.ibatis.abator.api.dom.java.PrimitiveTypeWrapper
All Implemented Interfaces:
java.lang.Comparable

public class PrimitiveTypeWrapper
extends FullyQualifiedJavaType

Author:
Jeff Butler

Method Summary
static PrimitiveTypeWrapper getBooleanInstance()
           
static PrimitiveTypeWrapper getByteInstance()
           
static PrimitiveTypeWrapper getCharacterInstance()
           
static PrimitiveTypeWrapper getDoubleInstance()
           
static PrimitiveTypeWrapper getFloatInstance()
           
static PrimitiveTypeWrapper getIntegerInstance()
           
static PrimitiveTypeWrapper getLongInstance()
           
static PrimitiveTypeWrapper getShortInstance()
           
 java.lang.String getToPrimitiveMethod()
           
 
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
 

Method Detail

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()