com.sun.tools.xjc.reader.xmlschema.bindinfo
Class BISchemaBinding.NamingRule
java.lang.Object
com.sun.tools.xjc.reader.xmlschema.bindinfo.BISchemaBinding.NamingRule
- Enclosing class:
- BISchemaBinding
public static final class BISchemaBinding.NamingRule
- extends Object
Default naming rules of the generated interfaces.
It simply adds prefix and suffix to the name, but
the caller shouldn't care how the name mangling is
done.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BISchemaBinding.NamingRule
public BISchemaBinding.NamingRule(String _prefix,
String _suffix)
BISchemaBinding.NamingRule
public BISchemaBinding.NamingRule()
mangle
public String mangle(String originalName)
- Changes the name according to the rule.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.