Class AttributeReadHandler

  • All Implemented Interfaces:
    org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler

    public class AttributeReadHandler
    extends AbstractMetaDataReadHandler
    • Constructor Detail

      • AttributeReadHandler

        public AttributeReadHandler​(String defaultBundle,
                                    String prefix)
    • Method Detail

      • getPropertyEditor

        public String getPropertyEditor()
      • getNamespace

        public String getNamespace()
      • isMandatory

        public boolean isMandatory()
      • isComputed

        public boolean isComputed()
      • isTransient

        public boolean isTransient()
      • getValueType

        public Class<?> getValueType()
      • isBulk

        public boolean isBulk()
      • getValueRole

        public String getValueRole()
      • getObject

        public AttributeDefinition getObject()
                                      throws SAXException
        Returns the object for this element or null, if this element does not create an object.
        Returns:
        the object.
        Throws:
        SAXException - if an parser error occured.