| java.lang.Object com.sun.tools.xjc.reader.dtd.bindinfo.BIAttribute
BIAttribute | public class BIAttribute (Code) | | <attribute> declaration in the binding file.
|
getConversion | public BIConversion getConversion()(Code) | | Gets the conversion method for this attribute, if any.
If the convert attribute is not specified, thismethod returns null. |
getPropertyName | final public String getPropertyName()(Code) | | Gets the property name for this attribute.
always a non-null, valid string. |
getRealization | final public FieldRenderer getRealization()(Code) | | Gets the realization of this particle, if any.
null if the "collection" attribute was not specified. |
name | final public String name()(Code) | | Gets the name of this attribute-property declaration.
|
|
|