Package com.dnanexus

Class DXApplet.Describe

    • Method Detail

      • getDescription

        public String getDescription()
        Returns the applet description.
        Returns:
        applet description
      • getDXAPIVersion

        public String getDXAPIVersion()
        Returns the API version that the applet code is to run under.
        Returns:
        API version
      • getInputSpecification

        public List<InputParameter> getInputSpecification()
        Returns the applet's input specification.
        Returns:
        applet input specification
      • getOutputSpecification

        public List<OutputParameter> getOutputSpecification()
        Returns the applet's output specification.
        Returns:
        applet output specification
      • getRunSpecification

        public RunSpecification getRunSpecification()
        Returns the applet's run specification.
        Returns:
        applet run specification
      • getSummary

        public String getSummary()
        Returns the applet summary.
        Returns:
        applet summary
      • getTitle

        public String getTitle()
        Returns the applet title.
        Returns:
        applet title