Class IridaWorkflowParameterChoice


  • public class IridaWorkflowParameterChoice
    extends java.lang.Object
    Defines a valid choice for a parameter of a workflow.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getName()
      Get parameter choice i18n key
      java.lang.String getValue()
      Get parameter choice acceptable Galaxy workflow value
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IridaWorkflowParameterChoice

        public IridaWorkflowParameterChoice()
      • IridaWorkflowParameterChoice

        public IridaWorkflowParameterChoice​(java.lang.String name,
                                            java.lang.String value)
        Parameter choice with informative name and acceptable Galaxy workflow value for the parameter
        Parameters:
        name - messages.properties key for human readable and informative description of choice for the parameter
        value - Galaxy workflow value for this choice
    • Method Detail

      • getName

        public java.lang.String getName()
        Get parameter choice i18n key
        Returns:
        parameter choice i18n key
      • getValue

        public java.lang.String getValue()
        Get parameter choice acceptable Galaxy workflow value
        Returns:
        parameter choice acceptable Galaxy workflow value
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object