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 Object
implements BIConversion

<enumeration> declaration in the binding file.


Method Summary
(package private) static BIEnumeration create(Element dom, BIElement parent)
          Creates an element-local enumeration declaration.
(package private) static BIEnumeration create(Element dom, BindInfo parent)
          Creates a global enumeration declaration.
 TypeUse getTransducer()
          Returns a transducer for this enumeration declaration.
 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 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

create

static BIEnumeration create(Element dom,
                            BindInfo parent)
Creates a global enumeration declaration.


create

static BIEnumeration create(Element dom,
                            BIElement parent)
Creates an element-local enumeration declaration.