Uses of Class
org.exolab.javasource.JConstant
Packages that use JConstant
Package
Description
This package contains classes that represent Java Source objects for Castor XML
code generator.
-
Uses of JConstant in org.exolab.javasource
Methods in org.exolab.javasource that return JConstantModifier and TypeMethodDescriptionfinal JConstant
AbstractJClass.getConstant
(String name) final JConstant[]
AbstractJClass.getConstants()
final JConstant
AbstractJClass.removeConstant
(String name) Removes the constant with the given name from thisJClass
.Methods in org.exolab.javasource with parameters of type JConstantModifier and TypeMethodDescriptionfinal void
AbstractJClass.addConstant
(JConstant jConstant) final boolean
AbstractJClass.removeConstant
(JConstant jConstant)