Uses of Interface
com.speedment.common.codegen.model.trait.HasType
-
Packages that use HasType 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.com.speedment.common.codegen.model.value This package contains value classes. -
-
Uses of HasType in com.speedment.common.codegen.constant
Classes in com.speedment.common.codegen.constant that implement HasType Modifier and Type Class Description classDefaultAnnotationUsageAn enumeration with default constants for theAnnotationUsageinterface. -
Uses of HasType in com.speedment.common.codegen.model
Subinterfaces of HasType in com.speedment.common.codegen.model Modifier and Type Interface Description interfaceAnnotationUsageA model that represents the usage of a particular annotation in code.interfaceFieldA model that represents a field in code.interfaceImportA model that represents the explicit import of an dependency in code.interfaceInterfaceFieldA model that represents a field of an interface in code.interfaceInterfaceMethodA model that represents a method of an interface in code.interfaceMethodA model that represents a method declaration in code. -
Uses of HasType in com.speedment.common.codegen.model.trait
Classes in com.speedment.common.codegen.model.trait with type parameters of type HasType Modifier and Type Interface Description interfaceHasType<T extends HasType<T>>A trait for models that has aType. -
Uses of HasType in com.speedment.common.codegen.model.value
Subinterfaces of HasType in com.speedment.common.codegen.model.value Modifier and Type Interface Description interfaceEnumValueinterfaceInvocationValueA value calculated by invoking a method.
-