org.apache.axis2.tool.codegen.eclipse.util
Interface SettingsConstants

All Known Implementing Classes:
AbstractWizardPage, JavaSourceSelectionPage, JavaWSDLOptionsPage, JavaWSDLOutputLocationPage, OptionsPage, OutputPage, ToolSelectionPage, WSDLFileSelectionPage

public interface SettingsConstants


Field Summary
static int CODEGEN_CUSTOM_TYPE
           
static int CODEGEN_DEFAULT_TYPE
           
static int CODEGEN_UNDECLEARED_TYPE
           
static int JAVA_2_WSDL_TYPE
           
static String JAVA_CLASS_NAME
           
static String JAVA_CLASS_PATH_ENTRIES
           
static String JAVA_OUTPUT_WSDL_NAME
           
static String PREF_AXIS_HOME_OUTPUT_LOCATION
           
static String PREF_AXIS_LIB_LOCATION
           
static String PREF_CHECK_AXIS_LIB_COPY
           
static String PREF_CHECK_AXIS_PLUGIN_LIB_COPY
           
static String PREF_CHECK_BROWSE_PROJECTS
           
static String PREF_CHECK_FILE_SYSTEM
           
static String PREF_CHECK_GENERATE_CLIENTSIDE
          A boolean value whether the server-side skeletons are generated or not
static String PREF_CHECK_GENERATE_SERVERCONFIG
          A boolean value whether the server-side configuration file for Axis2 (server.xml) will be generated or not.
static String PREF_CHECK_GENERATE_SERVERSIDE
          A boolean value whether the server-side skeletons are generated or not
static String PREF_CHECK_GENERATE_TESTCASE
          A boolean value whether JUnit test classes are generated or not.
static String PREF_CHECK_JAR_CREATION
           
static String PREF_CHECK_WORKSPACE
           
static String PREF_CODEGEN_OPTION_INDEX
           
static String PREF_COMBO_PORTNAME_INDEX
           
static String PREF_COMBO_SERVICENAME_INDEX
           
static String PREF_DATABINDER_INDEX
           
static String PREF_GEN_ALL
           
static String PREF_GEN_SS_INTERFACE
           
static String PREF_JAR_FILE_NAME
           
static String PREF_JAVA_OUTPUT_FILESYATEM
           
static String PREF_JAVA_OUTPUT_WORKSPACE
           
static String PREF_JAVA_OUTPUT_WSDL_LOCATION
           
static String PREF_JAVA_SCHEMA_TARGET_NS
           
static String PREF_JAVA_SCHEMA_TARGET_NS_PREF
           
static String PREF_JAVA_SERVICE_NAME
           
static String PREF_JAVA_STYLE_INDEX
           
static String PREF_JAVA_TARGET_NS
           
static String PREF_JAVA_TARGET_NS_PREF
           
static String PREF_LANGUAGE_INDEX
          Position in the combox for choosing the target programming language.
static String PREF_OPTION_SELECTION_CUSTOM
           
static String PREF_OPTION_SELECTION_DEFULT
           
static String PREF_OUTPUT_LOCATION
          The key to store the output location in the settings
static String PREF_PACKAGE_NAME
          Specifies the full qualified package name for the generated source code.
static String PREF_RADIO_ASYNC_ONLY
          Three radio buttons: Generate Code for Sync calls, Async and Both.
static String PREF_RADIO_SYNC_AND_ASYNC
          Three radio buttons: Generate Code for Sync calls, Async and Both.
static String PREF_RADIO_SYNC_ONLY
          Three radio buttons: Generate Code for Sync calls, Async and Both.
static String PREF_TOOL_SELECTION_JAVA2WSDL
           
static String PREF_TOOL_SELECTION_WSDL2JAVA
           
static String PREF_WSDL_LOCATION
          The key for storing the WSDL location in the dialog settings of the WSDLFileSelectionPage
static int UNSPECIFIED_TYPE
           
static int WSDL_2_JAVA_TYPE
           
static String WSDL_ALL
           
static String WSDL_IMPLEMENTATION_ONLY
           
static String WSDL_INTERFACE_ONLY
           
static String WSDL_STYLE_DOCUMENT
           
static String WSDL_STYLE_RPC
           
static String WSDL_STYLE_WRAPPED
           
 

Field Detail

PREF_WSDL_LOCATION

static final String PREF_WSDL_LOCATION
The key for storing the WSDL location in the dialog settings of the WSDLFileSelectionPage

See Also:
Constant Field Values

PREF_TOOL_SELECTION_WSDL2JAVA

static final String PREF_TOOL_SELECTION_WSDL2JAVA
See Also:
Constant Field Values

PREF_TOOL_SELECTION_JAVA2WSDL

static final String PREF_TOOL_SELECTION_JAVA2WSDL
See Also:
Constant Field Values

PREF_OPTION_SELECTION_DEFULT

static final String PREF_OPTION_SELECTION_DEFULT
See Also:
Constant Field Values

PREF_OPTION_SELECTION_CUSTOM

static final String PREF_OPTION_SELECTION_CUSTOM
See Also:
Constant Field Values

PREF_OUTPUT_LOCATION

static final String PREF_OUTPUT_LOCATION
The key to store the output location in the settings

See Also:
Constant Field Values

PREF_CHECK_BROWSE_PROJECTS

static final String PREF_CHECK_BROWSE_PROJECTS
See Also:
Constant Field Values

PREF_LANGUAGE_INDEX

static final String PREF_LANGUAGE_INDEX
Position in the combox for choosing the target programming language. Default is 0

See Also:
Constant Field Values

PREF_RADIO_SYNC_AND_ASYNC

static final String PREF_RADIO_SYNC_AND_ASYNC
Three radio buttons: Generate Code for Sync calls, Async and Both. Both is default.

See Also:
Constant Field Values

PREF_RADIO_SYNC_ONLY

static final String PREF_RADIO_SYNC_ONLY
Three radio buttons: Generate Code for Sync calls, Async and Both. Both is default.

See Also:
Constant Field Values

PREF_RADIO_ASYNC_ONLY

static final String PREF_RADIO_ASYNC_ONLY
Three radio buttons: Generate Code for Sync calls, Async and Both. Both is default.

See Also:
Constant Field Values

PREF_PACKAGE_NAME

static final String PREF_PACKAGE_NAME
Specifies the full qualified package name for the generated source code.

See Also:
Constant Field Values

PREF_CHECK_GENERATE_TESTCASE

static final String PREF_CHECK_GENERATE_TESTCASE
A boolean value whether JUnit test classes are generated or not.

See Also:
Constant Field Values

PREF_CHECK_GENERATE_SERVERSIDE

static final String PREF_CHECK_GENERATE_SERVERSIDE
A boolean value whether the server-side skeletons are generated or not

See Also:
Constant Field Values

PREF_CHECK_GENERATE_CLIENTSIDE

static final String PREF_CHECK_GENERATE_CLIENTSIDE
A boolean value whether the server-side skeletons are generated or not

See Also:
Constant Field Values

PREF_CHECK_GENERATE_SERVERCONFIG

static final String PREF_CHECK_GENERATE_SERVERCONFIG
A boolean value whether the server-side configuration file for Axis2 (server.xml) will be generated or not.

See Also:
Constant Field Values

PREF_COMBO_PORTNAME_INDEX

static final String PREF_COMBO_PORTNAME_INDEX
See Also:
Constant Field Values

PREF_COMBO_SERVICENAME_INDEX

static final String PREF_COMBO_SERVICENAME_INDEX
See Also:
Constant Field Values

PREF_DATABINDER_INDEX

static final String PREF_DATABINDER_INDEX
See Also:
Constant Field Values

PREF_GEN_ALL

static final String PREF_GEN_ALL
See Also:
Constant Field Values

PREF_GEN_SS_INTERFACE

static final String PREF_GEN_SS_INTERFACE
See Also:
Constant Field Values

JAVA_CLASS_NAME

static final String JAVA_CLASS_NAME
See Also:
Constant Field Values

JAVA_CLASS_PATH_ENTRIES

static final String JAVA_CLASS_PATH_ENTRIES
See Also:
Constant Field Values

PREF_JAVA_TARGET_NS

static final String PREF_JAVA_TARGET_NS
See Also:
Constant Field Values

PREF_JAVA_TARGET_NS_PREF

static final String PREF_JAVA_TARGET_NS_PREF
See Also:
Constant Field Values

PREF_JAVA_SCHEMA_TARGET_NS

static final String PREF_JAVA_SCHEMA_TARGET_NS
See Also:
Constant Field Values

PREF_JAVA_SERVICE_NAME

static final String PREF_JAVA_SERVICE_NAME
See Also:
Constant Field Values

PREF_JAVA_STYLE_INDEX

static final String PREF_JAVA_STYLE_INDEX
See Also:
Constant Field Values

PREF_JAVA_SCHEMA_TARGET_NS_PREF

static final String PREF_JAVA_SCHEMA_TARGET_NS_PREF
See Also:
Constant Field Values

JAVA_OUTPUT_WSDL_NAME

static final String JAVA_OUTPUT_WSDL_NAME
See Also:
Constant Field Values

PREF_JAVA_OUTPUT_WSDL_LOCATION

static final String PREF_JAVA_OUTPUT_WSDL_LOCATION
See Also:
Constant Field Values

PREF_JAVA_OUTPUT_FILESYATEM

static final String PREF_JAVA_OUTPUT_FILESYATEM
See Also:
Constant Field Values

PREF_JAVA_OUTPUT_WORKSPACE

static final String PREF_JAVA_OUTPUT_WORKSPACE
See Also:
Constant Field Values

WSDL_2_JAVA_TYPE

static final int WSDL_2_JAVA_TYPE
See Also:
Constant Field Values

JAVA_2_WSDL_TYPE

static final int JAVA_2_WSDL_TYPE
See Also:
Constant Field Values

UNSPECIFIED_TYPE

static final int UNSPECIFIED_TYPE
See Also:
Constant Field Values

CODEGEN_DEFAULT_TYPE

static final int CODEGEN_DEFAULT_TYPE
See Also:
Constant Field Values

CODEGEN_CUSTOM_TYPE

static final int CODEGEN_CUSTOM_TYPE
See Also:
Constant Field Values

CODEGEN_UNDECLEARED_TYPE

static final int CODEGEN_UNDECLEARED_TYPE
See Also:
Constant Field Values

WSDL_ALL

static final String WSDL_ALL
See Also:
Constant Field Values

WSDL_INTERFACE_ONLY

static final String WSDL_INTERFACE_ONLY
See Also:
Constant Field Values

WSDL_IMPLEMENTATION_ONLY

static final String WSDL_IMPLEMENTATION_ONLY
See Also:
Constant Field Values

WSDL_STYLE_DOCUMENT

static final String WSDL_STYLE_DOCUMENT
See Also:
Constant Field Values

WSDL_STYLE_RPC

static final String WSDL_STYLE_RPC
See Also:
Constant Field Values

WSDL_STYLE_WRAPPED

static final String WSDL_STYLE_WRAPPED
See Also:
Constant Field Values

PREF_CHECK_WORKSPACE

static final String PREF_CHECK_WORKSPACE
See Also:
Constant Field Values

PREF_CHECK_FILE_SYSTEM

static final String PREF_CHECK_FILE_SYSTEM
See Also:
Constant Field Values

PREF_CHECK_AXIS_LIB_COPY

static final String PREF_CHECK_AXIS_LIB_COPY
See Also:
Constant Field Values

PREF_CHECK_JAR_CREATION

static final String PREF_CHECK_JAR_CREATION
See Also:
Constant Field Values

PREF_AXIS_HOME_OUTPUT_LOCATION

static final String PREF_AXIS_HOME_OUTPUT_LOCATION
See Also:
Constant Field Values

PREF_AXIS_LIB_LOCATION

static final String PREF_AXIS_LIB_LOCATION
See Also:
Constant Field Values

PREF_JAR_FILE_NAME

static final String PREF_JAR_FILE_NAME
See Also:
Constant Field Values

PREF_CODEGEN_OPTION_INDEX

static final String PREF_CODEGEN_OPTION_INDEX
See Also:
Constant Field Values

PREF_CHECK_AXIS_PLUGIN_LIB_COPY

static final String PREF_CHECK_AXIS_PLUGIN_LIB_COPY
See Also:
Constant Field Values


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.