public class Type extends NamedObject
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the name of the corresponding Java class or scalar type.
|
Set<String> |
getImportedJavaClasses()
Returns the set of imported Java classes.
|
Class<?> |
getJavaClass()
Returns the corresponding Java class.
|
String |
getPackageName()
Returns the class name of the corresponding Java class.
|
equals, getName, getNormalizedName, hashCode, toString
public Type(String typeName)
typeName
- The name of the type.public String getClassName()
public Set<String> getImportedJavaClasses()
public Class<?> getJavaClass()
public String getPackageName()
Copyright © 2005–2018. All rights reserved.