Class Java2WSDLCommandLineOption

    • Constructor Detail

      • Java2WSDLCommandLineOption

        public Java2WSDLCommandLineOption​(String type,
                                          String[] values)
      • Java2WSDLCommandLineOption

        public Java2WSDLCommandLineOption​(String type,
                                          ArrayList<String> values)
        Parameters:
        type -
    • Method Detail

      • getOptionType

        public String getOptionType()
        Returns:
        Returns the type.
      • getOptionValue

        public String getOptionValue()
        Returns:
        Returns the optionValues.
      • getOptionValues

        public ArrayList<String> getOptionValues()
        Returns:
        Returns the optionValues.