Uses of Interface
com.speedment.common.codegen.model.modifier.InterfaceFieldModifier
-
Packages that use InterfaceFieldModifier Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package.com.speedment.common.codegen.model.modifier Implementations of theModifierinterface that represent the modifier keywords of the java language is located in this package. -
-
Uses of InterfaceFieldModifier in com.speedment.common.codegen.model
Subinterfaces of InterfaceFieldModifier in com.speedment.common.codegen.model Modifier and Type Interface Description interfaceInterfaceFieldA model that represents a field of an interface in code. -
Uses of InterfaceFieldModifier in com.speedment.common.codegen.model.modifier
Classes in com.speedment.common.codegen.model.modifier with type parameters of type InterfaceFieldModifier Modifier and Type Interface Description interfaceInterfaceFieldModifier<T extends InterfaceFieldModifier<T>>Composed trait of all themodifiersthat can be added to anInterfaceField.
-