Uses of Class
org.exolab.javasource.JEnumConstant
Packages that use JEnumConstant
Package
Description
Castor XML code generator
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 JEnumConstantModifier and TypeMethodDescriptionvoid
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 JEnumConstantModifier and TypeMethodDescriptionJEnum.getEnumConstant
(String name) Returns the member with the given name, or null if no member was found with the given name.JEnum.getEnumConstants()
Returns an array of all the JEnumConstant of this JEnum.Methods in org.exolab.javasource with parameters of type JEnumConstantModifier and TypeMethodDescriptionvoid
JEnum.addEnumConstant
(JEnumConstant jEnumConstant) Adds the givenJEnumConstant
to thisJEnum
.