Uses of Interface
com.speedment.common.codegen.model.Import
-
Packages that use Import Package Description com.speedment.common.codegen.constant This package contains constant classes.com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package.com.speedment.common.codegen.model.trait Common traits used by the codegen models located in thecom.speedment.codegen.lang.modelpackage. -
-
Uses of Import in com.speedment.common.codegen.constant
Methods in com.speedment.common.codegen.constant that return types with arguments of type Import Modifier and Type Method Description List<Import>DefaultJavadocTag. getImports() -
Uses of Import in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return Import Modifier and Type Method Description static ImportImport. of(Type type)Creates a new instance implementing this interface by using the default implementation.ImportImport. setStaticMember(String member)Sets the static member referenced by this import. -
Uses of Import in com.speedment.common.codegen.model.trait
Methods in com.speedment.common.codegen.model.trait that return types with arguments of type Import Modifier and Type Method Description List<Import>HasImports. getImports()Returns a list of all imports in this model.Methods in com.speedment.common.codegen.model.trait with parameters of type Import Modifier and Type Method Description default THasImports. add(Import dep)Adds the specifiedImportto this model.default THasImports. imports(Import dep)Adds the specifiedImportto this model.
-