| java.lang.Object com.sun.tools.xjc.reader.dtd.bindinfo.BIContent
BIContent | public class BIContent (Code) | | Particles in the <content> declaration in the binding file.
|
Field Summary | |
final protected Element | element The particle element which this object is wrapping. | final protected BIElement | parent The parent object. |
element | final protected Element element(Code) | | The particle element which this object is wrapping.
|
create | static BIContent create(Element e, BIElement _parent)(Code) | | Creates an appropriate subclass of BIContent
by sniffing the tag name.
This method should be only called by the BIElement class.
|
getPropertyName | final public String getPropertyName()(Code) | | Gets the property name of this particle.
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. |
getType | final public JClass getType()(Code) | | Gets the type of this property, if any.
<element-ref> particle doesn't have the type.
null if none is specified. |
|
|