Class BIAttribute


  • public class BIAttribute
    extends java.lang.Object
    <attribute> declaration in the binding file.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BIConversion getConversion()
      Gets the conversion method for this attribute, if any.
      java.lang.String getPropertyName()
      Gets the property name for this attribute.
      FieldRenderer getRealization()
      Gets the realization of this particle, if any.
      java.lang.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
    • Method Detail

      • name

        public final java.lang.String name()
        Gets the name of this attribute-property declaration.
      • getConversion

        public BIConversion getConversion()
        Gets the conversion method for this attribute, if any.
        Returns:
        If the convert attribute is not specified, this method returns null.
      • 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 for this attribute.
        Returns:
        always a non-null, valid string.