Uses of Interface
com.speedment.common.codegen.model.trait.HasValue
-
Packages that use HasValue 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. -
-
Uses of HasValue in com.speedment.common.codegen.constant
Classes in com.speedment.common.codegen.constant that implement HasValue Modifier and Type Class Description classDefaultAnnotationUsageAn enumeration with default constants for theAnnotationUsageinterface. -
Uses of HasValue in com.speedment.common.codegen.model
Subinterfaces of HasValue 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.interfaceInterfaceFieldA model that represents a field of an interface in code. -
Uses of HasValue in com.speedment.common.codegen.model.trait
Classes in com.speedment.common.codegen.model.trait with type parameters of type HasValue Modifier and Type Interface Description interfaceHasValue<T extends HasValue<T>>A trait for models that has aValue.
-