Class BIUserConversion

  • All Implemented Interfaces:
    BIConversion

    public class BIUserConversion
    extends java.lang.Object
    implements BIConversion
    <conversion> declaration in the binding file. This declaration declares a conversion by user-specified methods.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.xml.sax.Locator getSourceLocation()
      Gets the location where this declaration is declared.
      TypeUse getTransducer()
      Gets a transducer for this conversion.
      java.lang.String name()
      Gets the conversion name.
      • Methods inherited from class java.lang.Object

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

      • getSourceLocation

        public org.xml.sax.Locator getSourceLocation()
        Gets the location where this declaration is declared.
      • name

        public java.lang.String name()
        Gets the conversion name.
        Specified by:
        name in interface BIConversion