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