Bus

org.topcased.bus.core.parameter
Class ParameterCst

java.lang.Object
  extended by org.topcased.bus.core.parameter.ParameterCst

public final class ParameterCst
extends java.lang.Object

This class gathers constants representing parameter name used during Topcased Service execution.
Here must figure all the declarated service parameters defined in all extension points.


Field Summary
static java.lang.String CONTEXT
          Constant used in the OCL statistic service
static java.lang.String MODEL
          Constant used in WriteEmfXmi, OCLChecker Services
static java.lang.String MODELBUS_REGISTRY
          Constant representing the URL to contact to join the MDDI registry.
static java.lang.String OCL_RULE
          Constant used in the OCL checker service
static java.lang.String PATH_FILE_STRING
          Second constant used in WriteEmfXmi Service
static java.lang.String XMI_FILE
          First constant used in ReadXmiEmf Service
 
Constructor Summary
ParameterCst()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODEL

public static final java.lang.String MODEL
Constant used in WriteEmfXmi, OCLChecker Services

See Also:
Constant Field Values

PATH_FILE_STRING

public static final java.lang.String PATH_FILE_STRING
Second constant used in WriteEmfXmi Service

See Also:
Constant Field Values

XMI_FILE

public static final java.lang.String XMI_FILE
First constant used in ReadXmiEmf Service

See Also:
Constant Field Values

OCL_RULE

public static final java.lang.String OCL_RULE
Constant used in the OCL checker service

See Also:
Constant Field Values

CONTEXT

public static final java.lang.String CONTEXT
Constant used in the OCL statistic service

See Also:
Constant Field Values

MODELBUS_REGISTRY

public static final java.lang.String MODELBUS_REGISTRY
Constant representing the URL to contact to join the MDDI registry.

See Also:
Constant Field Values
Constructor Detail

ParameterCst

public ParameterCst()

Bus

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