Uses of Interface
com.speedment.common.codegen.model.modifier.EnumModifier
-
Packages that use EnumModifier 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 EnumModifier in com.speedment.common.codegen.model
Subinterfaces of EnumModifier in com.speedment.common.codegen.model Modifier and Type Interface Description interfaceEnumA model that represents an enumeration in code. -
Uses of EnumModifier in com.speedment.common.codegen.model.modifier
Classes in com.speedment.common.codegen.model.modifier with type parameters of type EnumModifier Modifier and Type Interface Description interfaceEnumModifier<T extends EnumModifier<T>>
-