com.sun.tools.xjc.reader.dtd.bindinfo
Class BIEnumeration

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

public final class BIEnumeration
extends java.lang.Object
implements BIConversion

<enumeration> declaration in the binding file.


Method Summary
 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

getTransducer

public TypeUse getTransducer()
Returns a transducer for this enumeration declaration.

Specified by:
getTransducer in interface BIConversion