ujf.verimag.bip.Core.ActionLanguage.Actions
Interface ActionsPackage.Literals

Enclosing interface:
ActionsPackage

public static interface ActionsPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EEnum ASSIGN_TYPE
          The meta object literal for the 'Assign Type' enum.
static EClass ASSIGNMENT_ACTION
          The meta object literal for the 'Assignment Action' class.
static EReference ASSIGNMENT_ACTION__ASSIGNED_TARGET
          The meta object literal for the 'Assigned Target' containment reference feature.
static EReference ASSIGNMENT_ACTION__ASSIGNED_VALUE
          The meta object literal for the 'Assigned Value' containment reference feature.
static EAttribute ASSIGNMENT_ACTION__TYPE
          The meta object literal for the 'Type' attribute feature.
static EClass COMPOSITE_ACTION
          The meta object literal for the 'Composite Action' class.
static EReference COMPOSITE_ACTION__CONTENT
          The meta object literal for the 'Content' containment reference list feature.
static EClass IF_ACTION
          The meta object literal for the 'If Action' class.
static EReference IF_ACTION__CONDITION
          The meta object literal for the 'Condition' containment reference feature.
static EReference IF_ACTION__ELSE_CASE
          The meta object literal for the 'Else Case' containment reference feature.
static EReference IF_ACTION__IF_CASE
          The meta object literal for the 'If Case' containment reference feature.
 

Field Detail

COMPOSITE_ACTION

static final EClass COMPOSITE_ACTION
The meta object literal for the 'Composite Action' class.

See Also:
CompositeActionImpl, ActionsPackageImpl.getCompositeAction()

COMPOSITE_ACTION__CONTENT

static final EReference COMPOSITE_ACTION__CONTENT
The meta object literal for the 'Content' containment reference list feature.


IF_ACTION

static final EClass IF_ACTION
The meta object literal for the 'If Action' class.

See Also:
IfActionImpl, ActionsPackageImpl.getIfAction()

IF_ACTION__IF_CASE

static final EReference IF_ACTION__IF_CASE
The meta object literal for the 'If Case' containment reference feature.


IF_ACTION__ELSE_CASE

static final EReference IF_ACTION__ELSE_CASE
The meta object literal for the 'Else Case' containment reference feature.


IF_ACTION__CONDITION

static final EReference IF_ACTION__CONDITION
The meta object literal for the 'Condition' containment reference feature.


ASSIGNMENT_ACTION

static final EClass ASSIGNMENT_ACTION
The meta object literal for the 'Assignment Action' class.

See Also:
AssignmentActionImpl, ActionsPackageImpl.getAssignmentAction()

ASSIGNMENT_ACTION__ASSIGNED_TARGET

static final EReference ASSIGNMENT_ACTION__ASSIGNED_TARGET
The meta object literal for the 'Assigned Target' containment reference feature.


ASSIGNMENT_ACTION__ASSIGNED_VALUE

static final EReference ASSIGNMENT_ACTION__ASSIGNED_VALUE
The meta object literal for the 'Assigned Value' containment reference feature.


ASSIGNMENT_ACTION__TYPE

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


ASSIGN_TYPE

static final EEnum ASSIGN_TYPE
The meta object literal for the 'Assign Type' enum.

See Also:
AssignType, ActionsPackageImpl.getAssignType()