Class BISchemaBinding.NamingRule

  • Enclosing class:
    BISchemaBinding

    public static final class BISchemaBinding.NamingRule
    extends java.lang.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.
    • Constructor Summary

      Constructors 
      Constructor Description
      NamingRule()  
      NamingRule​(java.lang.String _prefix, java.lang.String _suffix)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String mangle​(java.lang.String originalName)
      Changes the name according to the rule.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NamingRule

        public NamingRule​(java.lang.String _prefix,
                          java.lang.String _suffix)
      • NamingRule

        public NamingRule()
    • Method Detail

      • mangle

        public java.lang.String mangle​(java.lang.String originalName)
        Changes the name according to the rule.