org.plasma.text.lang3gl.java
Class TypeClassInfo
java.lang.Object
org.plasma.text.lang3gl.java.TypeClassInfo
public class TypeClassInfo
- extends java.lang.Object
|
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 |
TypeClassInfo
public TypeClassInfo(DataTypeRef dataTypeRef,
DataType sdoType,
java.lang.Class<?> primitiveTypeClass,
java.lang.Class<?> primitiveWrapperTypeClass,
boolean usePrimitives)
TypeClassInfo
public TypeClassInfo(ClassRef classRef,
boolean usePrimitives)
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.