Uses of Class
org.apache.torque.templates.transformer.om.JavaFieldAttributeName
-
Packages that use JavaFieldAttributeName Package Description org.apache.torque.templates.transformer.om Contains transformers and their helpers for the generation of OM classes. -
-
Uses of JavaFieldAttributeName in org.apache.torque.templates.transformer.om
Methods in org.apache.torque.templates.transformer.om that return JavaFieldAttributeName Modifier and Type Method Description static JavaFieldAttributeName
JavaFieldAttributeName. valueOf(String name)
Returns the enum constant of this type with the specified name.static JavaFieldAttributeName[]
JavaFieldAttributeName. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-