|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JEnumConstant | |
|---|---|
| org.exolab.castor.builder | Castor XML code generator |
| org.exolab.javasource | This package contains classes that represent Java Source objects for Castor XML code generator. |
| Uses of JEnumConstant in org.exolab.castor.builder |
|---|
| Methods in org.exolab.castor.builder with parameters of type JEnumConstant | |
|---|---|
void |
AnnotationBuilder.addEnumConstantAnnotations(Facet facet,
JEnumConstant enumConstant)
add annotations to a java5 enum constant. |
| Uses of JEnumConstant in org.exolab.javasource |
|---|
| Methods in org.exolab.javasource that return JEnumConstant | |
|---|---|
JEnumConstant |
JEnum.getEnumConstant(String name)
Returns the member with the given name, or null if no member was found with the given name. |
JEnumConstant[] |
JEnum.getEnumConstants()
Returns an array of all the JEnumConstant of this JEnum. |
| Methods in org.exolab.javasource with parameters of type JEnumConstant | |
|---|---|
void |
JEnum.addEnumConstant(JEnumConstant jEnumConstant)
Adds the given JEnumConstant to this JEnum. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||