org.apache.axis2.wsdl.codegen
Class CommandLineOption
java.lang.Object
org.apache.axis2.wsdl.codegen.CommandLineOption
- All Implemented Interfaces:
- CommandLineOptionConstants
- public class CommandLineOption
- extends java.lang.Object
- implements CommandLineOptionConstants
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLineOption
public CommandLineOption(java.lang.String type,
java.lang.String[] values)
CommandLineOption
public CommandLineOption(java.lang.String type,
java.util.ArrayList values)
- Parameters:
type
-
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.