Uses of Class
com.speedment.common.codegen.constant.SimpleType
-
Packages that use SimpleType Package Description com.speedment.common.codegen.constant This package contains constant classes. -
-
Uses of SimpleType in com.speedment.common.codegen.constant
Methods in com.speedment.common.codegen.constant that return SimpleType Modifier and Type Method Description static SimpleTypeSimpleType. create(File file, ClassOrInterface<?> clazz)Creates a newSimpleTypereferencing the specified class in the specified file.static SimpleTypeSimpleType. create(String typeName)Creates a newSimpleTypewith the specified absolute class name.
-