org.apache.axis2.wsdl.codegen
Class CommandLineOption

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

public class CommandLineOption
extends java.lang.Object
implements CommandLineOptionConstants


Nested Class Summary
 
Nested classes inherited from class org.apache.axis2.wsdl.codegen.CommandLineOptionConstants
CommandLineOptionConstants.Databinding, CommandLineOptionConstants.LanguageNames
 
Field Summary
 
Fields inherited from interface org.apache.axis2.wsdl.codegen.CommandLineOptionConstants
CODEGEN_ASYNC_ONLY_OPTION, CODEGEN_SYNC_ONLY_OPTION, DATA_BINDING_TYPE_OPTION, GENERATE_SERVICE_DESCRIPTION_OPTION, GENERATE_TEST_CASE_OPTION, INVALID_OPTION, OUTPUT_LOCATION_OPTION, PACKAGE_OPTION, SERVER_SIDE_CODE_OPTION, SOLE_INPUT, STUB_LANGUAGE_OPTION, WSDL_LOCATION_URI_OPTION
 
Constructor Summary
CommandLineOption(java.lang.String type, java.util.ArrayList values)
           
CommandLineOption(java.lang.String type, java.lang.String[] values)
           
 
Method Summary
 java.lang.String getOptionValue()
           
 java.util.ArrayList getOptionValues()
           
 java.lang.String getType()
           
 boolean isInvalid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineOption

public CommandLineOption(java.lang.String type,
                         java.lang.String[] values)

CommandLineOption

public CommandLineOption(java.lang.String type,
                         java.util.ArrayList values)
Parameters:
type -
Method Detail

getType

public java.lang.String getType()
Returns:
Returns the type.
See Also:
CommandLineOptionConstans

getOptionValue

public java.lang.String getOptionValue()
Returns:
Returns the optionValues.

isInvalid

public boolean isInvalid()
Returns:
Returns the invalid.

getOptionValues

public java.util.ArrayList getOptionValues()
Returns:
Returns the optionValues.