Uses of Interface
com.speedment.common.codegen.model.EnumConstant
-
Packages that use EnumConstant Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package. -
-
Uses of EnumConstant in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return EnumConstant Modifier and Type Method Description default EnumConstantEnumConstant. add(Value<?> value)Adds the specified construction parameter to this constant.static EnumConstantEnumConstant. of(String name)Creates a new instance implementing this interface by using the default implementation.Methods in com.speedment.common.codegen.model that return types with arguments of type EnumConstant Modifier and Type Method Description List<EnumConstant>Enum. getConstants()Returns a modifiable list of all the constants in this enum.Methods in com.speedment.common.codegen.model with parameters of type EnumConstant Modifier and Type Method Description default EnumEnum. add(EnumConstant constant)Adds the specified constant to this enum.
-