Class OutputDef

  • All Implemented Interfaces:
    org.pentaho.platform.api.engine.IOutputDef

    public class OutputDef
    extends Object
    implements org.pentaho.platform.api.engine.IOutputDef
    • Method Detail

      • getType

        public String getType()
        Specified by:
        getType in interface org.pentaho.platform.api.engine.IOutputDef
      • getName

        public String getName()
        Specified by:
        getName in interface org.pentaho.platform.api.engine.IOutputDef
      • isList

        public boolean isList()
        Specified by:
        isList in interface org.pentaho.platform.api.engine.IOutputDef
      • setValue

        public void setValue​(Object value)
        Specified by:
        setValue in interface org.pentaho.platform.api.engine.IOutputDef
      • getOutputStream

        public OutputStream getOutputStream()
        Specified by:
        getOutputStream in interface org.pentaho.platform.api.engine.IOutputDef
      • addToList

        public void addToList​(Object listItem)
        Specified by:
        addToList in interface org.pentaho.platform.api.engine.IOutputDef