Uses of Interface
com.speedment.common.codegen.model.value.ReferenceValue
-
Packages that use ReferenceValue Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package. -
-
Uses of ReferenceValue in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return ReferenceValue Modifier and Type Method Description static ReferenceValueValue. ofReference(String reference)Returns a newReferenceValuerepresenting a reference to an object.
-