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 JConstantAbstractJClass.getConstant(String name) final JConstant[]AbstractJClass.getConstants()final JConstantAbstractJClass.removeConstant(String name) Removes the constant with the given name from thisJClass.Methods in org.exolab.javasource with parameters of type JConstantModifier and TypeMethodDescriptionfinal voidAbstractJClass.addConstant(JConstant jConstant) final booleanAbstractJClass.removeConstant(JConstant jConstant)