Class BIUserConversion

java.lang.Object
com.sun.tools.xjc.reader.dtd.bindinfo.BIUserConversion
All Implemented Interfaces:
BIConversion

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

    • getSourceLocation

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

      public String name()
      Gets the conversion name.
      Specified by:
      name in interface BIConversion
    • getTransducer

      public TypeUse getTransducer()
      Gets a transducer for this conversion.
      Specified by:
      getTransducer in interface BIConversion