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