Uses of Interface
org.jboss.forge.roaster.model.source.EnumConstantSource
-
Packages that use EnumConstantSource Package Description org.jboss.forge.roaster.model.source -
-
Uses of EnumConstantSource in org.jboss.forge.roaster.model.source
Methods in org.jboss.forge.roaster.model.source that return EnumConstantSource Modifier and Type Method Description EnumConstantSourceJavaEnumSource. addEnumConstant()Add a newEnumConstantEnumConstantSourceJavaEnumSource. addEnumConstant(String declaration)Add a newEnumConstantusing the given declaration.EnumConstantSourceJavaEnumSource. getEnumConstant(String name)Return theEnumConstantwith the given name, or return null if no such constant exists.EnumConstantSourceEnumConstantSource. removeBody()Remove theEnumConstantSource.Bodyof this enum constant.EnumConstantSourceEnumConstantSource. 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 EnumConstantSource Modifier and Type Method Description List<EnumConstantSource>JavaEnumSource. getEnumConstants()Return all declaredEnumConstanttypes for thisJavaEnum
-