Class DataSourceAndQueryStep.DatasourceModelNode

    • Field Summary

      • Fields inherited from class org.pentaho.ui.xul.util.AbstractModelNode

        children, isUniqueList, parent
      • Fields inherited from class org.pentaho.ui.xul.XulEventSourceAdapter

        changeSupport
    • Constructor Summary

      Constructors 
      Constructor Description
      DatasourceModelNode​(String value, Object userObject, org.pentaho.reporting.engine.classic.wizard.ui.xul.steps.DataSourceAndQueryStep.DATASOURCE_TYPE type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.pentaho.reporting.engine.classic.wizard.ui.xul.steps.DataSourceAndQueryStep.DATASOURCE_TYPE getType()  
      Object getUserObject()  
      String getValue()  
      void setType​(org.pentaho.reporting.engine.classic.wizard.ui.xul.steps.DataSourceAndQueryStep.DATASOURCE_TYPE type)  
      void setUserObject​(Object userObject)  
      void setValue​(String value)  
      • Methods inherited from class org.pentaho.ui.xul.util.AbstractModelNode

        add, add, addAll, addAll, asList, checkForUnique, clear, compareChildren, contains, containsAll, fireCollectionChanged, get, getParent, indexOf, isEmpty, isUniqueList, iterator, lastIndexOf, listIterator, listIterator, moveChildDown, moveChildDown, moveChildUp, moveChildUp, onAdd, onRemove, remove, remove, removeAll, removeModel, retainAll, set, setParent, setUniqueList, size, subList, toArray, toArray
      • Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter

        addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
    • Constructor Detail

      • DatasourceModelNode

        public DatasourceModelNode​(String value,
                                   Object userObject,
                                   org.pentaho.reporting.engine.classic.wizard.ui.xul.steps.DataSourceAndQueryStep.DATASOURCE_TYPE type)
    • Method Detail

      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getType

        public org.pentaho.reporting.engine.classic.wizard.ui.xul.steps.DataSourceAndQueryStep.DATASOURCE_TYPE getType()
      • setType

        public void setType​(org.pentaho.reporting.engine.classic.wizard.ui.xul.steps.DataSourceAndQueryStep.DATASOURCE_TYPE type)
      • getUserObject

        public Object getUserObject()
      • setUserObject

        public void setUserObject​(Object userObject)