org.eclipse.modisco.workflow.modiscoworkflow
Interface ModiscoworkflowPackage.Literals

Enclosing interface:
ModiscoworkflowPackage

public static interface ModiscoworkflowPackage.Literals

Defines literals for the meta objects that represent

Generated:

Field Summary
static EEnum DIRECTION
          The meta object literal for the ' Direction' enum.
static EClass ELEMENT
          The meta object literal for the ' Element' class.
static EAttribute ELEMENT__INDEX
          The meta object literal for the 'Index' attribute feature.
static EAttribute ELEMENT__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute ELEMENT__TYPE
          The meta object literal for the 'Type' attribute feature.
static EClass EXPORT_INFOS
          The meta object literal for the ' Export Infos' class.
static EAttribute EXPORT_INFOS__PACKAGE_BASE
          The meta object literal for the 'Package Base' attribute feature.
static EAttribute EXPORT_INFOS__SYMBOLIC_NAME
          The meta object literal for the 'Symbolic Name' attribute feature.
static EClass WORK
          The meta object literal for the ' Work' class.
static EReference WORK__PARAMETERS
          The meta object literal for the 'Parameters' containment reference list feature.
static EClass WORK_PARAMETER
          The meta object literal for the ' Work Parameter' class.
static EAttribute WORK_PARAMETER__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static EAttribute WORK_PARAMETER__DIRECTION
          The meta object literal for the 'Direction' attribute feature.
static EAttribute WORK_PARAMETER__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute WORK_PARAMETER__REQUIRED
          The meta object literal for the 'Required' attribute feature.
static EAttribute WORK_PARAMETER__TYPE
          The meta object literal for the 'Type' attribute feature.
static EReference WORK_PARAMETER__VALUE
          The meta object literal for the 'Value' containment reference feature.
static EClass WORK_PARAMETER_BOOLEAN_VALUE
          The meta object literal for the ' Work Parameter Boolean Value' class.
static EAttribute WORK_PARAMETER_BOOLEAN_VALUE__VALUE
          The meta object literal for the 'Value' attribute feature.
static EClass WORK_PARAMETER_ENTRY_VALUE
          The meta object literal for the ' Work Parameter Entry Value' class.
static EAttribute WORK_PARAMETER_ENTRY_VALUE__KEY
          The meta object literal for the 'Key' attribute feature.
static EReference WORK_PARAMETER_ENTRY_VALUE__VALUE
          The meta object literal for the 'Value' containment reference feature.
static EClass WORK_PARAMETER_INTEGER_VALUE
          The meta object literal for the ' Work Parameter Integer Value' class.
static EAttribute WORK_PARAMETER_INTEGER_VALUE__VALUE
          The meta object literal for the 'Value' attribute feature.
static EClass WORK_PARAMETER_MAP_VALUE
          The meta object literal for the ' Work Parameter Map Value' class.
static EReference WORK_PARAMETER_MAP_VALUE__ENTRY_LIST
          The meta object literal for the 'Entry List' map feature.
static EClass WORK_PARAMETER_STRING_LIST_VALUE
          The meta object literal for the ' Work Parameter String List Value' class.
static EAttribute WORK_PARAMETER_STRING_LIST_VALUE__VALUE
          The meta object literal for the 'Value' attribute list feature.
static EClass WORK_PARAMETER_STRING_VALUE
          The meta object literal for the ' Work Parameter String Value' class.
static EAttribute WORK_PARAMETER_STRING_VALUE__VALUE
          The meta object literal for the 'Value' attribute feature.
static EClass WORK_PARAMETER_VALUE
          The meta object literal for the ' Work Parameter Value' class.
static EClass WORKFLOW
          The meta object literal for the ' Workflow' class.
static EReference WORKFLOW__ELEMENTS
          The meta object literal for the 'Elements' containment reference list feature.
 

Field Detail

ELEMENT

static final EClass ELEMENT
The meta object literal for the ' Element' class.

See Also:
org.eclipse.modisco.workflow.modiscoworkflow.impl.ElementImpl, org.eclipse.modisco.workflow.modiscoworkflow.impl.ModiscoworkflowPackageImpl#getElement()
Generated:

ELEMENT__NAME

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

Generated:

ELEMENT__TYPE

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

Generated:

ELEMENT__INDEX

static final EAttribute ELEMENT__INDEX
The meta object literal for the 'Index' attribute feature.

Generated:

WORKFLOW

static final EClass WORKFLOW
The meta object literal for the ' Workflow' class.

See Also:
org.eclipse.modisco.workflow.modiscoworkflow.impl.WorkflowImpl, org.eclipse.modisco.workflow.modiscoworkflow.impl.ModiscoworkflowPackageImpl#getWorkflow()
Generated:

WORKFLOW__ELEMENTS

static final EReference WORKFLOW__ELEMENTS
The meta object literal for the 'Elements' containment reference list feature.

Generated:

WORK

static final EClass WORK
The meta object literal for the ' Work' class.

See Also:
org.eclipse.modisco.workflow.modiscoworkflow.impl.WorkImpl, org.eclipse.modisco.workflow.modiscoworkflow.impl.ModiscoworkflowPackageImpl#getWork()
Generated:

WORK__PARAMETERS

static final EReference WORK__PARAMETERS
The meta object literal for the 'Parameters' containment reference list feature.

Generated:

WORK_PARAMETER

static final EClass WORK_PARAMETER
The meta object literal for the ' Work Parameter' class.

See Also:
org.eclipse.modisco.workflow.modiscoworkflow.impl.WorkParameterImpl, org.eclipse.modisco.workflow.modiscoworkflow.impl.ModiscoworkflowPackageImpl#getWorkParameter()
Generated:

WORK_PARAMETER__NAME

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

Generated:

WORK_PARAMETER__DIRECTION

static final EAttribute WORK_PARAMETER__DIRECTION
The meta object literal for the 'Direction' attribute feature.

Generated:

WORK_PARAMETER__TYPE

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

Generated:

WORK_PARAMETER__REQUIRED

static final EAttribute WORK_PARAMETER__REQUIRED
The meta object literal for the 'Required' attribute feature.

Generated:

WORK_PARAMETER__DESCRIPTION

static final EAttribute WORK_PARAMETER__DESCRIPTION
The meta object literal for the 'Description' attribute feature.

Generated:

WORK_PARAMETER__VALUE

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

Generated:

WORK_PARAMETER_VALUE

static final EClass WORK_PARAMETER_VALUE
The meta object literal for the ' Work Parameter Value' class.

See Also:
WorkParameterValue, org.eclipse.modisco.workflow.modiscoworkflow.impl.ModiscoworkflowPackageImpl#getWorkParameterValue()
Generated:

WORK_PARAMETER_STRING_VALUE

static final EClass WORK_PARAMETER_STRING_VALUE
The meta object literal for the ' Work Parameter String Value' class.

See Also:
org.eclipse.modisco.workflow.modiscoworkflow.impl.WorkParameterStringValueImpl, org.eclipse.modisco.workflow.modiscoworkflow.impl.ModiscoworkflowPackageImpl#getWorkParameterStringValue()
Generated:

WORK_PARAMETER_STRING_VALUE__VALUE

static final EAttribute WORK_PARAMETER_STRING_VALUE__VALUE
The meta object literal for the 'Value' attribute feature.

Generated:

WORK_PARAMETER_STRING_LIST_VALUE

static final EClass WORK_PARAMETER_STRING_LIST_VALUE
The meta object literal for the ' Work Parameter String List Value' class.

See Also:
org.eclipse.modisco.workflow.modiscoworkflow.impl.WorkParameterStringListValueImpl, org.eclipse.modisco.workflow.modiscoworkflow.impl.ModiscoworkflowPackageImpl#getWorkParameterStringListValue()
Generated:

WORK_PARAMETER_STRING_LIST_VALUE__VALUE

static final EAttribute WORK_PARAMETER_STRING_LIST_VALUE__VALUE
The meta object literal for the 'Value' attribute list feature.

Generated:

WORK_PARAMETER_BOOLEAN_VALUE

static final EClass WORK_PARAMETER_BOOLEAN_VALUE
The meta object literal for the ' Work Parameter Boolean Value' class.

See Also:
org.eclipse.modisco.workflow.modiscoworkflow.impl.WorkParameterBooleanValueImpl, org.eclipse.modisco.workflow.modiscoworkflow.impl.ModiscoworkflowPackageImpl#getWorkParameterBooleanValue()
Generated:

WORK_PARAMETER_BOOLEAN_VALUE__VALUE

static final EAttribute WORK_PARAMETER_BOOLEAN_VALUE__VALUE
The meta object literal for the 'Value' attribute feature.

Generated:

WORK_PARAMETER_INTEGER_VALUE

static final EClass WORK_PARAMETER_INTEGER_VALUE
The meta object literal for the ' Work Parameter Integer Value' class.

See Also:
org.eclipse.modisco.workflow.modiscoworkflow.impl.WorkParameterIntegerValueImpl, org.eclipse.modisco.workflow.modiscoworkflow.impl.ModiscoworkflowPackageImpl#getWorkParameterIntegerValue()
Generated:

WORK_PARAMETER_INTEGER_VALUE__VALUE

static final EAttribute WORK_PARAMETER_INTEGER_VALUE__VALUE
The meta object literal for the 'Value' attribute feature.

Generated:

WORK_PARAMETER_MAP_VALUE

static final EClass WORK_PARAMETER_MAP_VALUE
The meta object literal for the ' Work Parameter Map Value' class.

See Also:
org.eclipse.modisco.workflow.modiscoworkflow.impl.WorkParameterMapValueImpl, org.eclipse.modisco.workflow.modiscoworkflow.impl.ModiscoworkflowPackageImpl#getWorkParameterMapValue()
Generated:

WORK_PARAMETER_MAP_VALUE__ENTRY_LIST

static final EReference WORK_PARAMETER_MAP_VALUE__ENTRY_LIST
The meta object literal for the 'Entry List' map feature.

Generated:

WORK_PARAMETER_ENTRY_VALUE

static final EClass WORK_PARAMETER_ENTRY_VALUE
The meta object literal for the ' Work Parameter Entry Value' class.

See Also:
org.eclipse.modisco.workflow.modiscoworkflow.impl.WorkParameterEntryValueImpl, org.eclipse.modisco.workflow.modiscoworkflow.impl.ModiscoworkflowPackageImpl#getWorkParameterEntryValue()
Generated:

WORK_PARAMETER_ENTRY_VALUE__KEY

static final EAttribute WORK_PARAMETER_ENTRY_VALUE__KEY
The meta object literal for the 'Key' attribute feature.

Generated:

WORK_PARAMETER_ENTRY_VALUE__VALUE

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

Generated:

EXPORT_INFOS

static final EClass EXPORT_INFOS
The meta object literal for the ' Export Infos' class.

See Also:
org.eclipse.modisco.workflow.modiscoworkflow.impl.ExportInfosImpl, org.eclipse.modisco.workflow.modiscoworkflow.impl.ModiscoworkflowPackageImpl#getExportInfos()
Generated:

EXPORT_INFOS__PACKAGE_BASE

static final EAttribute EXPORT_INFOS__PACKAGE_BASE
The meta object literal for the 'Package Base' attribute feature.

Generated:

EXPORT_INFOS__SYMBOLIC_NAME

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

Generated:

DIRECTION

static final EEnum DIRECTION
The meta object literal for the ' Direction' enum.

See Also:
Direction, org.eclipse.modisco.workflow.modiscoworkflow.impl.ModiscoworkflowPackageImpl#getDirection()
Generated: