Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationBuilder.addEnumConstantAnnotations(Facet facet,
JEnumConstant enumConstant)
add annotations to a java5 enum constant.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
JEnum.addEnumConstant(JEnumConstant jEnumConstant)
Adds the given
JEnumConstant to this JEnum . |
Copyright © 2021. All rights reserved.