org.apache.axis2.wsdl.util
Class CommandLineOption

java.lang.Object
  extended byorg.apache.axis2.wsdl.util.CommandLineOption
All Implemented Interfaces:
CommandLineOptionConstants

public class CommandLineOption
extends Object
implements CommandLineOptionConstants


Field Summary
 
Fields inherited from interface org.apache.axis2.wsdl.util.CommandLineOptionConstants
CODEGEN_ASYNC_ONLY_OPTION, CODEGEN_ASYNC_ONLY_OPTION_LONG, CODEGEN_SYNC_ONLY_OPTION, CODEGEN_SYNC_ONLY_OPTION_LONG, DATA_BINDING_TYPE_OPTION, DATA_BINDING_TYPE_OPTION_LONG, EXTRA_OPTIONTYPE_PREFIX, GENERATE_ALL_OPTION, GENERATE_ALL_OPTION_LONG, GENERATE_SERVICE_DESCRIPTION_OPTION, GENERATE_SERVICE_DESCRIPTION_OPTION_LONG, GENERATE_TEST_CASE_OPTION, GENERATE_TEST_CASE_OPTION_LONG, INVALID_OPTION, OUTPUT_LOCATION_OPTION, OUTPUT_LOCATION_OPTION_LONG, PACKAGE_OPTION, PACKAGE_OPTION_LONG, PORT_NAME_OPTION, PORT_NAME_OPTION_LONG, SERVER_SIDE_CODE_OPTION, SERVER_SIDE_CODE_OPTION_LONG, SERVICE_NAME_OPTION, SERVICE_NAME_OPTION_LONG, SOLE_INPUT, STUB_LANGUAGE_OPTION, STUB_LANGUAGE_OPTION_LONG, UNPACK_CLASSES_OPTION, UNPACK_CLASSES_OPTION_LONG, WSDL_LOCATION_URI_OPTION
 
Constructor Summary
CommandLineOption(String type, ArrayList values)
           
CommandLineOption(String type, String[] values)
           
 
Method Summary
 String getOptionType()
           
 String getOptionValue()
           
 ArrayList getOptionValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineOption

public CommandLineOption(String type,
                         String[] values)

CommandLineOption

public CommandLineOption(String type,
                         ArrayList values)
Parameters:
type -
Method Detail

getOptionType

public String getOptionType()
Returns:
Returns the type.
See Also:
CommandLineOptionConstans

getOptionValue

public String getOptionValue()
Returns:
Returns the optionValues.

getOptionValues

public ArrayList getOptionValues()
Returns:
Returns the optionValues.