Interface BIConversion

All Known Implementing Classes:
BIEnumeration, BIUserConversion

public interface BIConversion
conversion declaration (<conversion> and <enumeration>).
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets a transducer for this conversion.
    Gets the conversion name.
  • Method Details

    • name

      String name()
      Gets the conversion name.
    • getTransducer

      TypeUse getTransducer()
      Gets a transducer for this conversion.