Bus

org.topcased.generator.services.generation
Class TopcasedBusServicesConstants

java.lang.Object
  extended by org.topcased.generator.services.generation.TopcasedBusServicesConstants

public final class TopcasedBusServicesConstants
extends java.lang.Object

Final class containing constants used during the JET generation.


Field Summary
static java.lang.String ACTION_DIRECTORY
          Constant representing the action folder.
static java.lang.String ACTION_FILE
          Constant representing the action file.
static java.lang.String ACTION_TEMPLATE_PATH
          Constant representing the Action template file.
static java.lang.String DIALOG_CST_FILE
          Constant representing the Dialog Constant file.
static java.lang.String DIALOG_CST_TEMPLATE_PATH
          Constant representing the Sample Dialog Constant template file.
static java.lang.String DIALOG_DIRECTORY
          Constant representing the dialog folder.
static java.lang.String DIALOG_FILE
          Constant representing the Dialog file.
static java.lang.String DIALOG_TEMPLATE_PATH
          Constant representing the Sample Dialog template file.
static java.lang.String FIRST_NAME_KEY
          Key for the First Name
static java.lang.String FIRST_NAME_VALUE
          Default value for the first name.
static java.lang.String LAST_NAME_KEY
          Key for the Last Name
static java.lang.String LAST_NAME_VALUE
          Default value for the last name.
static java.lang.String PLUGIN_FILE
          Constant representing the plugin file.
static java.lang.String PLUGIN_TEMPLATE_PATH
           
static java.lang.String PREFERENCE_DIRECTORY
          Constant representing the preferences folder.
static java.lang.String PREFERENCE_FILE
          Constant representing the Preference file.
static java.lang.String PREFERENCE_TEMPLATE_PATH
          Constant representing the Preference template file.
static java.lang.String SERVICE_DIRECTORY
          Constant representing the services folder.
static java.lang.String SERVICE_FILE
          Constant representing the preferences file.
static java.lang.String SERVICE_TEMPLATE_PATH
          Constant representing the Service template file.
static java.lang.String SOURCE_DIRECTORY
          Constant representing the source folder.
 
Constructor Summary
TopcasedBusServicesConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIRST_NAME_KEY

public static final java.lang.String FIRST_NAME_KEY
Key for the First Name

See Also:
Constant Field Values

FIRST_NAME_VALUE

public static final java.lang.String FIRST_NAME_VALUE
Default value for the first name.

See Also:
Constant Field Values

LAST_NAME_KEY

public static final java.lang.String LAST_NAME_KEY
Key for the Last Name

See Also:
Constant Field Values

LAST_NAME_VALUE

public static final java.lang.String LAST_NAME_VALUE
Default value for the last name.

See Also:
Constant Field Values

SOURCE_DIRECTORY

public static final java.lang.String SOURCE_DIRECTORY
Constant representing the source folder.

See Also:
Constant Field Values

ACTION_DIRECTORY

public static final java.lang.String ACTION_DIRECTORY
Constant representing the action folder.

See Also:
Constant Field Values

SERVICE_DIRECTORY

public static final java.lang.String SERVICE_DIRECTORY
Constant representing the services folder.

See Also:
Constant Field Values

PREFERENCE_DIRECTORY

public static final java.lang.String PREFERENCE_DIRECTORY
Constant representing the preferences folder.

See Also:
Constant Field Values

DIALOG_DIRECTORY

public static final java.lang.String DIALOG_DIRECTORY
Constant representing the dialog folder.

See Also:
Constant Field Values

PLUGIN_FILE

public static final java.lang.String PLUGIN_FILE
Constant representing the plugin file.

See Also:
Constant Field Values

ACTION_FILE

public static final java.lang.String ACTION_FILE
Constant representing the action file.

See Also:
Constant Field Values

SERVICE_FILE

public static final java.lang.String SERVICE_FILE
Constant representing the preferences file.

See Also:
Constant Field Values

PREFERENCE_FILE

public static final java.lang.String PREFERENCE_FILE
Constant representing the Preference file.

See Also:
Constant Field Values

DIALOG_FILE

public static final java.lang.String DIALOG_FILE
Constant representing the Dialog file.

See Also:
Constant Field Values

DIALOG_CST_FILE

public static final java.lang.String DIALOG_CST_FILE
Constant representing the Dialog Constant file.

See Also:
Constant Field Values

PLUGIN_TEMPLATE_PATH

public static final java.lang.String PLUGIN_TEMPLATE_PATH
See Also:
Constant Field Values

ACTION_TEMPLATE_PATH

public static final java.lang.String ACTION_TEMPLATE_PATH
Constant representing the Action template file.

See Also:
Constant Field Values

SERVICE_TEMPLATE_PATH

public static final java.lang.String SERVICE_TEMPLATE_PATH
Constant representing the Service template file.

See Also:
Constant Field Values

PREFERENCE_TEMPLATE_PATH

public static final java.lang.String PREFERENCE_TEMPLATE_PATH
Constant representing the Preference template file.

See Also:
Constant Field Values

DIALOG_TEMPLATE_PATH

public static final java.lang.String DIALOG_TEMPLATE_PATH
Constant representing the Sample Dialog template file.

See Also:
Constant Field Values

DIALOG_CST_TEMPLATE_PATH

public static final java.lang.String DIALOG_CST_TEMPLATE_PATH
Constant representing the Sample Dialog Constant template file.

See Also:
Constant Field Values
Constructor Detail

TopcasedBusServicesConstants

public TopcasedBusServicesConstants()

Bus

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.