Package com.dnanexus

Class OutputParameter


  • public class OutputParameter
    extends Object
    An output parameter for an executable.
    • Method Detail

      • newOutputParameter

        public static OutputParameter.Builder newOutputParameter​(String name,
                                                                 IOClass parameterClass)
        Returns a new output parameter builder initialized with the specified output name and class.
        Parameters:
        name - name of the output to be created
        parameterClass - class of the output to be created
        Returns:
        an output parameter builder
      • getIOClass

        public IOClass getIOClass()
        Returns the class of the parameter.
        Returns:
        class name
      • getName

        public String getName()
        Returns the name of the parameter.
        Returns:
        parameter name
      • isOptional

        public boolean isOptional()
        Returns whether the parameter is optional.
        Returns:
        true if optional