Uses of Class
com.speedment.common.codegen.model.Generic.BoundType
-
Packages that use Generic.BoundType Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package. -
-
Uses of Generic.BoundType in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return Generic.BoundType Modifier and Type Method Description Generic.BoundTypeGeneric. getBoundType()Returns the current bound type of this generic.static Generic.BoundTypeGeneric.BoundType. valueOf(String name)Returns the enum constant of this type with the specified name.static Generic.BoundType[]Generic.BoundType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.speedment.common.codegen.model with parameters of type Generic.BoundType Modifier and Type Method Description GenericGeneric. setBoundType(Generic.BoundType type)Sets the bound type of this generic.
-