com.sun.tools.xjc.reader.xmlschema.bindinfo

Class BIEnumMember

class BIEnumMember extends AbstractDeclarationImpl

Enumeration member customization.
Field Summary
Stringjavadoc
Gets the javadoc comment specified in the customization.
Stringname
Gets the specified class name, or null if not specified.
static QNameNAME
Name of this declaration.
Constructor Summary
protected BIEnumMember()
Method Summary
QNamegetName()

Field Detail

javadoc

final String javadoc
Gets the javadoc comment specified in the customization. Can be null if none is specified.

name

final String name
Gets the specified class name, or null if not specified.

NAME

public static final QName NAME
Name of this declaration.

Constructor Detail

BIEnumMember

protected BIEnumMember()

Method Detail

getName

public QName getName()