| Package | Description |
|---|---|
| org.jboss.forge.roaster.model | |
| org.jboss.forge.roaster.model.source |
| Modifier and Type | Method and Description |
|---|---|
EnumConstant<O> |
JavaEnum.getEnumConstant(String name)
Return the
EnumConstant with the given name, or return null if no such constant exists. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends EnumConstant<O>> |
JavaEnum.getEnumConstants()
Return all declared
EnumConstant types for this JavaEnum |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EnumConstantSource
Represents one of the constant members of a
JavaEnumSource. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.