de.cau.cs.kieler.krep.editors.rif.rif
Interface RifPackage.Literals

Enclosing interface:
RifPackage

public static interface RifPackage.Literals

Defines literals for the meta objects that represent

Rating red
Generated:
This code was automatically generated.

Field Summary
static EClass DATA
          The meta object literal for the 'Data' class.
static EAttribute DATA__FALSE
          The meta object literal for the 'False' attribute feature.
static EAttribute DATA__TRUE
          The meta object literal for the 'True' attribute feature.
static EAttribute DATA__VAL
          The meta object literal for the 'Val' attribute feature.
static EClass DECL
          The meta object literal for the 'decl' class.
static EAttribute DECL__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute DECL__TYPE
          The meta object literal for the 'Type' attribute feature.
static EClass TICK
          The meta object literal for the 'Tick' class.
static EReference TICK__INPUT
          The meta object literal for the 'Input' containment reference list feature.
static EReference TICK__LOCAL
          The meta object literal for the 'Local' containment reference list feature.
static EAttribute TICK__NR
          The meta object literal for the 'Nr' attribute feature.
static EReference TICK__OUTPUT
          The meta object literal for the 'Output' containment reference list feature.
static EClass TRACE
          The meta object literal for the 'Trace' class.
static EReference TRACE__INPUTS
          The meta object literal for the 'Inputs' containment reference list feature.
static EReference TRACE__LOCAL
          The meta object literal for the 'Local' containment reference list feature.
static EReference TRACE__OUTPUTS
          The meta object literal for the 'Outputs' containment reference list feature.
static EReference TRACE__TICK
          The meta object literal for the 'Tick' containment reference list feature.
 

Field Detail

TRACE

static final EClass TRACE
The meta object literal for the 'Trace' class.

See Also:
TraceImpl, RifPackageImpl.getTrace()
Generated:
This code was automatically generated.

TRACE__INPUTS

static final EReference TRACE__INPUTS
The meta object literal for the 'Inputs' containment reference list feature.

Generated:
This code was automatically generated.

TRACE__OUTPUTS

static final EReference TRACE__OUTPUTS
The meta object literal for the 'Outputs' containment reference list feature.

Generated:
This code was automatically generated.

TRACE__LOCAL

static final EReference TRACE__LOCAL
The meta object literal for the 'Local' containment reference list feature.

Generated:
This code was automatically generated.

TRACE__TICK

static final EReference TRACE__TICK
The meta object literal for the 'Tick' containment reference list feature.

Generated:
This code was automatically generated.

DECL

static final EClass DECL
The meta object literal for the 'decl' class.

See Also:
declImpl, RifPackageImpl.getdecl()
Generated:
This code was automatically generated.

DECL__NAME

static final EAttribute DECL__NAME
The meta object literal for the 'Name' attribute feature.

Generated:
This code was automatically generated.

DECL__TYPE

static final EAttribute DECL__TYPE
The meta object literal for the 'Type' attribute feature.

Generated:
This code was automatically generated.

TICK

static final EClass TICK
The meta object literal for the 'Tick' class.

See Also:
TickImpl, RifPackageImpl.getTick()
Generated:
This code was automatically generated.

TICK__NR

static final EAttribute TICK__NR
The meta object literal for the 'Nr' attribute feature.

Generated:
This code was automatically generated.

TICK__INPUT

static final EReference TICK__INPUT
The meta object literal for the 'Input' containment reference list feature.

Generated:
This code was automatically generated.

TICK__OUTPUT

static final EReference TICK__OUTPUT
The meta object literal for the 'Output' containment reference list feature.

Generated:
This code was automatically generated.

TICK__LOCAL

static final EReference TICK__LOCAL
The meta object literal for the 'Local' containment reference list feature.

Generated:
This code was automatically generated.

DATA

static final EClass DATA
The meta object literal for the 'Data' class.

See Also:
DataImpl, RifPackageImpl.getData()
Generated:
This code was automatically generated.

DATA__VAL

static final EAttribute DATA__VAL
The meta object literal for the 'Val' attribute feature.

Generated:
This code was automatically generated.

DATA__TRUE

static final EAttribute DATA__TRUE
The meta object literal for the 'True' attribute feature.

Generated:
This code was automatically generated.

DATA__FALSE

static final EAttribute DATA__FALSE
The meta object literal for the 'False' attribute feature.

Generated:
This code was automatically generated.