Uses of Interface
com.speedment.common.codegen.model.value.ArrayValue
-
Packages that use ArrayValue Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package. -
-
Uses of ArrayValue in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return ArrayValue Modifier and Type Method Description static ArrayValueValue. ofArray()Returns a newArrayValuewith no values set.static ArrayValueValue. ofArray(List<Value<?>> values)Returns a newArrayValuewith the specified values set.
-