Uses of Interface
com.speedment.common.codegen.model.Constructor
-
Packages that use Constructor 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 Constructor in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return Constructor Modifier and Type Method Description static ConstructorConstructor. newPrivate()Creates a new instance implementing this interface by using the default implementation and setting theModifier.PRIVATE-modifier.static ConstructorConstructor. newProtected()Creates a new instance implementing this interface by using the default implementation and setting theModifier.PROTECTED-modifier.static ConstructorConstructor. newPublic()Creates a new instance implementing this interface by using the default implementation and setting theModifier.PUBLIC-modifier.static ConstructorConstructor. of()Creates a new instance implementing this interface by using the default implementation. -
Uses of Constructor in com.speedment.common.codegen.model.trait
Methods in com.speedment.common.codegen.model.trait that return types with arguments of type Constructor Modifier and Type Method Description List<Constructor>HasConstructors. getConstructors()Returns a list of all the constructors of this model.Methods in com.speedment.common.codegen.model.trait with parameters of type Constructor Modifier and Type Method Description default THasConstructors. add(Constructor constr)Adds the specifiedConstructorto this model.
-