Class BIEnumeration

  • All Implemented Interfaces:
    BIConversion

    public final class BIEnumeration
    extends java.lang.Object
    implements BIConversion
    <enumeration> declaration in the binding file.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TypeUse getTransducer()
      Returns a transducer for this enumeration declaration.
      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

      • name

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