com.sun.tools.xjc.reader.dtd.bindinfo
Interface BIConversion

All Known Implementing Classes:
BIEnumeration, BIUserConversion

public interface BIConversion

conversion declaration (<conversion> and <enumeration>).


Method Summary
 TypeUse getTransducer()
          Gets a transducer for this conversion.
 java.lang.String name()
          Gets the conversion name.
 

Method Detail

name

java.lang.String name()
Gets the conversion name.


getTransducer

TypeUse getTransducer()
Gets a transducer for this conversion.