Uses of Interface
org.jboss.forge.roaster.model.source.EnumConstantSource
Packages that use EnumConstantSource
-
Uses of EnumConstantSource in org.jboss.forge.roaster.model.source
Methods in org.jboss.forge.roaster.model.source that return EnumConstantSourceModifier and TypeMethodDescriptionJavaEnumSource.addEnumConstant()Add a newEnumConstantJavaEnumSource.addEnumConstant(String declaration) Add a newEnumConstantusing the given declaration.JavaEnumSource.getEnumConstant(String name) Return theEnumConstantwith the given name, or return null if no such constant exists.EnumConstantSource.removeBody()Remove theEnumConstantSource.Bodyof this enum constant.EnumConstantSource.setConstructorArguments(String... literalArguments) Set the constructor arguments for this enum constant.Methods in org.jboss.forge.roaster.model.source that return types with arguments of type EnumConstantSourceModifier and TypeMethodDescriptionJavaEnumSource.getEnumConstants()Return all declaredEnumConstanttypes for thisJavaEnum