Uses of Interface
com.speedment.common.codegen.model.LicenseTerm
-
Packages that use LicenseTerm 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 LicenseTerm in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return LicenseTerm Modifier and Type Method Description static LicenseTermLicenseTerm. of()Creates a new instance implementing this interface by using the default implementation.static LicenseTermLicenseTerm. of(String text)Creates a new instance implementing this interface by using the default implementation.LicenseTermLicenseTerm. setText(String text)Sets the body text shown in the licenseterm. -
Uses of LicenseTerm in com.speedment.common.codegen.model.trait
Methods in com.speedment.common.codegen.model.trait that return types with arguments of type LicenseTerm Modifier and Type Method Description Optional<LicenseTerm>HasLicenseTerm. getLicenseTerm()Returns the documentation of this model if such exists, elseempty.Methods in com.speedment.common.codegen.model.trait with parameters of type LicenseTerm Modifier and Type Method Description THasLicenseTerm. set(LicenseTerm doc)Sets theLicenseTermof this model.
-