Uses of Interface
com.speedment.common.codegen.model.Enum
-
Packages that use Enum Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package. -
-
Uses of Enum in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return Enum Modifier and Type Method Description default EnumEnum. add(EnumConstant constant)Adds the specified constant to this enum.static EnumEnum. of(String name)Creates a new instance implementing this interface by using the default implementation.
-