Uses of Interface
com.speedment.common.codegen.model.value.EnumValue
-
Packages that use EnumValue Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package. -
-
Uses of EnumValue in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return EnumValue Modifier and Type Method Description static EnumValueValue. ofEnum(Type type, String constant)Returns a newEnumValuewith the specified constant selected.
-