Uses of Interface
com.speedment.common.codegen.model.InterfaceField
-
Packages that use InterfaceField Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package. -
-
Uses of InterfaceField in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return InterfaceField Modifier and Type Method Description static InterfaceFieldInterfaceField. of(Field wrapped)Creates a new instance implementing this interface by wrapping an existingFieldin anInterfaceFieldImpl.
-