Uses of Interface
com.speedment.common.codegen.model.Interface
-
Packages that use Interface Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package. -
-
Uses of Interface in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return Interface Modifier and Type Method Description static InterfaceInterface. of(String name)Creates a new instance implementing this interface by using the default implementation.
-