AttributeNameManglerpublic interface AttributeNameMangler Maps Attribute names to legal Java identifiers, so that they can
be exposed in a proxy with get/set routines. |
Methods Summary |
---|
public java.lang.String | mangleAttributeName(java.lang.String attributeName)Return a legal java identifier corresponding to the Attribute name.
For names that are already legal, it is advised to not alter them,
but not required to do so.
|
|