org.eclipse.stp.core.sca
Interface IConstants


public interface IConstants

This interface is not intended to be implemented by clients.


Field Summary
static int F_BINDABLE_ELEMENT
          Indicates an element is 'bindable'.
static int F_BOUNDARY_ELEMENT
          Constant representing an SOAObject that represents incoming or outgoing service invocations (e.g., EntryPoint, ExternalService).
static int F_DEFAULT
          Constant representing the absence of any flag
static int F_POSSIBLE_WIRE_SOURCE
          Constant representing the a possibility of being a source for a Wire.
static int F_POSSIBLE_WIRE_TARGET
          Constant representing the a possibility of being a target of a Wire.
static char WIRE_PATH_SEP
          The separater character used by wire URIs.
 

Field Detail

WIRE_PATH_SEP

static final char WIRE_PATH_SEP
The separater character used by wire URIs.

See Also:
Constant Field Values

F_DEFAULT

static final int F_DEFAULT
Constant representing the absence of any flag

See Also:
Constant Field Values

F_POSSIBLE_WIRE_SOURCE

static final int F_POSSIBLE_WIRE_SOURCE
Constant representing the a possibility of being a source for a Wire.

See Also:
WireSource, Constant Field Values

F_POSSIBLE_WIRE_TARGET

static final int F_POSSIBLE_WIRE_TARGET
Constant representing the a possibility of being a target of a Wire.

See Also:
WireTarget, Constant Field Values

F_BOUNDARY_ELEMENT

static final int F_BOUNDARY_ELEMENT
Constant representing an SOAObject that represents incoming or outgoing service invocations (e.g., EntryPoint, ExternalService).

See Also:
Constant Field Values

F_BINDABLE_ELEMENT

static final int F_BINDABLE_ELEMENT
Indicates an element is 'bindable'. A 'bindable' element is either a ModuleService or a ModuleReference

See Also:
Constant Field Values