Uses of Class
io.helidon.codegen.classmodel.EnumConstant.Builder
Packages that use EnumConstant.Builder
-
Uses of EnumConstant.Builder in io.helidon.codegen.classmodel
Subclasses with type arguments of type EnumConstant.Builder in io.helidon.codegen.classmodelClasses in io.helidon.codegen.classmodel that implement interfaces with type arguments of type EnumConstant.BuilderMethods in io.helidon.codegen.classmodel that return EnumConstant.BuilderModifier and TypeMethodDescriptionEnumConstant.Builder.addContent(TypeName typeName) EnumConstant.Builder.addContent(String line) EnumConstant.Builder.addTypeToContent(String typeName) static EnumConstant.BuilderEnumConstant.builder()Create newEnumConstant.Builderinstance.EnumConstant.Builder.clearContent()EnumConstant.Builder.decreaseContentPadding()EnumConstant.Builder.increaseContentPadding()EnumConstant.Builder.padContent()EnumConstant.Builder.padContent(int repetition) Method parameters in io.helidon.codegen.classmodel with type arguments of type EnumConstant.BuilderModifier and TypeMethodDescriptionClassBase.Builder.addEnumConstant(Consumer<EnumConstant.Builder> builderConsumer) Add an enum constant (only valid if the class type is set to ENUM.