Uses of Interface
com.speedment.common.codegen.model.Generic
-
Packages that use Generic 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.trait Common traits used by the codegen models located in thecom.speedment.codegen.lang.modelpackage. -
-
Uses of Generic in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return Generic Modifier and Type Method Description default GenericGeneric. add(Type upperBound)Adds an upper bound to this generic.static GenericGeneric. of()Creates a new instance implementing this interface by using the default implementation.static GenericGeneric. of(Type upperBound)Creates a new instance implementing this interface by using the default implementation.static GenericGeneric. of(String lowerBound)Creates a new instance implementing this interface by using the default implementation.GenericGeneric. setBoundType(Generic.BoundType type)Sets the bound type of this generic.GenericGeneric. setLowerBound(String lowerBound)Sets the lower bound of this generic. -
Uses of Generic in com.speedment.common.codegen.model.trait
Methods in com.speedment.common.codegen.model.trait that return types with arguments of type Generic Modifier and Type Method Description List<Generic>HasGenerics. getGenerics()Returns a list of all the generics in this model.Methods in com.speedment.common.codegen.model.trait with parameters of type Generic Modifier and Type Method Description default THasGenerics. add(Generic generic)Adds the specifiedGenericto this model.default THasGenerics. generic(Generic generic)Adds the specifiedGenericto this model.
-