org.plasma.text.lang3gl.java
Class TypeClassInfo

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

public class TypeClassInfo
extends java.lang.Object


Constructor Summary
TypeClassInfo(ClassRef classRef, boolean usePrimitives)
           
TypeClassInfo(DataTypeRef dataTypeRef, DataType sdoType, java.lang.Class<?> primitiveTypeClass, java.lang.Class<?> primitiveWrapperTypeClass, boolean usePrimitives)
           
 
Method Summary
 java.lang.String getCollectionSimpleName()
          Return the simple (unqualified) type name applicable for use in collection classes, for primitive types (e.g.
 java.lang.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,
                     java.lang.Class<?> primitiveTypeClass,
                     java.lang.Class<?> primitiveWrapperTypeClass,
                     boolean usePrimitives)

TypeClassInfo

public TypeClassInfo(ClassRef classRef,
                     boolean usePrimitives)
Method Detail

getSimpleName

public java.lang.String getSimpleName()

getCollectionSimpleName

public java.lang.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.