Class BIContent


  • public class BIContent
    extends java.lang.Object
    Particles in the <content> declaration in the binding file.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.w3c.dom.Element element
      The particle element which this object is wrapping.
      protected BIElement parent
      The parent object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPropertyName()
      Gets the property name of this particle.
      FieldRenderer getRealization()
      Gets the realization of this particle, if any.
      JClass getType()
      Gets the type of this property, if any.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • element

        protected final org.w3c.dom.Element element
        The particle element which this object is wrapping.
      • parent

        protected final BIElement parent
        The parent object.
    • Method Detail

      • getRealization

        public final FieldRenderer getRealization()
        Gets the realization of this particle, if any.
        Returns:
        null if the "collection" attribute was not specified.
      • getPropertyName

        public final java.lang.String getPropertyName()
        Gets the property name of this particle.
        Returns:
        always a non-null, valid string.
      • getType

        public final JClass getType()
        Gets the type of this property, if any.

        <element-ref> particle doesn't have the type.

        Returns:
        null if none is specified.