org.plasma.text.lang3gl.java
Class TypeClassInfo

java.lang.Object
  extended by org.plasma.text.lang3gl.java.TypeClassInfo

public class TypeClassInfo
extends Object


Constructor Summary
TypeClassInfo(ClassRef classRef, boolean usePrimitives)
           
TypeClassInfo(DataTypeRef dataTypeRef, DataType sdoType, Class<?> primitiveTypeClass, Class<?> primitiveWrapperTypeClass, boolean usePrimitives)
           
 
Method Summary
 String getCollectionSimpleName()
          Return the simple (unqualified) type name applicable for use in collection classes, for primitive types (e.g.
 String getSimpleName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeClassInfo

public TypeClassInfo(DataTypeRef dataTypeRef,
                     DataType sdoType,
                     Class<?> primitiveTypeClass,
                     Class<?> primitiveWrapperTypeClass,
                     boolean usePrimitives)

TypeClassInfo

public TypeClassInfo(ClassRef classRef,
                     boolean usePrimitives)
Method Detail

getSimpleName

public String getSimpleName()

getCollectionSimpleName

public String getCollectionSimpleName()
Return the simple (unqualified) type name applicable for use in collection classes, for primitive types (e.g. double) the equivalent wrapper class (Double) name is used.

Returns:


Copyright © 2013. All rights reserved.