Class Java2WSDLCommandLineOption

java.lang.Object
org.apache.ws.java2wsdl.utils.Java2WSDLCommandLineOption
All Implemented Interfaces:
Java2WSDLConstants

public class Java2WSDLCommandLineOption extends Object implements Java2WSDLConstants
  • Constructor Details

    • Java2WSDLCommandLineOption

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

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

    • 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.