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