Uses of Interface
com.speedment.common.codegen.model.value.TextValue
-
Packages that use TextValue Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package. -
-
Uses of TextValue in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return TextValue Modifier and Type Method Description static TextValueValue. ofText(String text)Returns a newTextValuerepresenting a string text.
-