org.eclipse.stp.core.util
Class SCAType

java.lang.Object
  extended by org.eclipse.stp.core.util.SCAType

public class SCAType
extends java.lang.Object

Type constants for SCA


Field Summary
static java.lang.String COMPONENT
          Type for Component element.
static java.lang.Object COMPONENT_TYPE
          Type for an Component type.
static java.lang.String COMPOSITE
          Type for a Module element.
static java.lang.String IMPLEMENTATION
          Type for an implementation.
static java.lang.String MODULE
          Type for a Module element.
static java.lang.String PROPERTY
          Type for Reference.
static java.lang.String REFERENCE
          Type for Reference.
static java.lang.String SERVICE
          Type for an service.
 
Constructor Summary
SCAType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPOSITE

public static final java.lang.String COMPOSITE
Type for a Module element. The contaning resource is 'sca.composite'

See Also:
Constant Field Values

MODULE

public static final java.lang.String MODULE
Type for a Module element. The contaning resource is 'sca.module'

See Also:
Constant Field Values

COMPONENT

public static final java.lang.String COMPONENT
Type for Component element. The containing resource is '.component'

See Also:
Constant Field Values

REFERENCE

public static final java.lang.String REFERENCE
Type for Reference.

See Also:
Constant Field Values

PROPERTY

public static final java.lang.String PROPERTY
Type for Reference.

See Also:
Constant Field Values

SERVICE

public static final java.lang.String SERVICE
Type for an service.

See Also:
Constant Field Values

IMPLEMENTATION

public static final java.lang.String IMPLEMENTATION
Type for an implementation.

See Also:
Constant Field Values

COMPONENT_TYPE

public static final java.lang.Object COMPONENT_TYPE
Type for an Component type.

Constructor Detail

SCAType

public SCAType()