|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.reader.dtd.bindinfo.BIAttribute
public class BIAttribute
<attribute> declaration in the binding file.
Constructor Summary | |
---|---|
BIAttribute(BIElement _parent,
Element _e)
Wraps a given <attribute> element. |
Method Summary | |
---|---|
BIConversion |
getConversion()
Gets the conversion method for this attribute, if any. |
String |
getPropertyName()
Gets the property name for this attribute. |
FieldRenderer |
getRealization()
Gets the realization of this particle, if any. |
String |
name()
Gets the name of this attribute-property declaration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
BIAttribute(BIElement _parent, Element _e)
Should be created only from BIElement
.
Method Detail |
---|
public final String name()
public BIConversion getConversion()
public final FieldRenderer getRealization()
public final String getPropertyName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |