package org.apache.ibatis.ibator.api.dom.java;
Use this constructor to construct a generic type with the specified
type parameters
- Parameters:
fullyQualifiedName
if ("byte".equals(fullyQualifiedName)) { } else if ("short".equals(fullyQualifiedName)) { } else if ("int".equals(fullyQualifiedName)) { } else if ("long".equals(fullyQualifiedName)) { } else if ("char".equals(fullyQualifiedName)) { } else if ("float".equals(fullyQualifiedName)) { } else if ("double".equals(fullyQualifiedName)) { } else if ("boolean".equals(fullyQualifiedName)) { - Returns:
- Returns the explicitlyImported.
This method returns the fully qualified name that is suitable
for an import statement (i.e. - without the generics specified)
- Returns:
- Returns the fullyQualifiedName.
- Returns:
- Returns the packageName.
- Returns:
- Returns the shortName.
- Returns:
- Returns the primitive.
- Returns:
- Returns the wrapperClass.