org.eclipse.ocl.examples.emf.validation.validity
Interface ValidityPackage.Literals

Enclosing interface:
ValidityPackage

public static interface ValidityPackage.Literals

Defines literals for the meta objects that represent

Generated

Field Summary
static org.eclipse.emf.ecore.EClass ABSTRACT_NODE
          The meta object literal for the 'Abstract Node' class.
static org.eclipse.emf.ecore.EOperation ABSTRACT_NODE___GET_CHILDREN
          The meta object literal for the 'Get Children' operation.
static org.eclipse.emf.ecore.EOperation ABSTRACT_NODE___GET_PARENT
          The meta object literal for the 'Get Parent' operation.
static org.eclipse.emf.ecore.EAttribute ABSTRACT_NODE__ENABLED
          The meta object literal for the 'Enabled' attribute feature.
static org.eclipse.emf.ecore.EAttribute ABSTRACT_NODE__GRAYED
          The meta object literal for the 'Grayed' attribute feature.
static org.eclipse.emf.ecore.EAttribute ABSTRACT_NODE__LABEL
          The meta object literal for the 'Label' attribute feature.
static org.eclipse.emf.ecore.EAttribute ABSTRACT_NODE__VISIBLE
          The meta object literal for the 'Visible' attribute feature.
static org.eclipse.emf.ecore.EReference ABSTRACT_NODE__WORST_RESULT
          The meta object literal for the 'Worst Result' reference feature.
static org.eclipse.emf.ecore.EClass CONSTRAINING_NODE
          The meta object literal for the 'Constraining Node' class.
static org.eclipse.emf.ecore.EReference CONSTRAINING_NODE__CHILDREN
          The meta object literal for the 'Children' containment reference list feature.
static org.eclipse.emf.ecore.EAttribute CONSTRAINING_NODE__CONSTRAINING_OBJECT
          The meta object literal for the 'Constraining Object' attribute feature.
static org.eclipse.emf.ecore.EReference CONSTRAINING_NODE__PARENT
          The meta object literal for the 'Parent' container reference feature.
static org.eclipse.emf.ecore.EDataType CONSTRAINT_LOCATOR
          The meta object literal for the 'Constraint Locator' data type.
static org.eclipse.emf.ecore.EClass LEAF_CONSTRAINING_NODE
          The meta object literal for the 'Leaf Constraining Node' class.
static org.eclipse.emf.ecore.EAttribute LEAF_CONSTRAINING_NODE__CONSTRAINT_LOCATOR
          The meta object literal for the 'Constraint Locator' attribute feature.
static org.eclipse.emf.ecore.EAttribute LEAF_CONSTRAINING_NODE__CONSTRAINT_RESOURCE
          The meta object literal for the 'Constraint Resource' attribute feature.
static org.eclipse.emf.ecore.EAttribute LEAF_CONSTRAINING_NODE__CONSTRAINT_STRING
          The meta object literal for the 'Constraint String' attribute feature.
static org.eclipse.emf.ecore.EDataType OBJECT
          The meta object literal for the 'Object' data type.
static org.eclipse.emf.ecore.EDataType RESOURCE
          The meta object literal for the 'Resource' data type.
static org.eclipse.emf.ecore.EClass RESULT
          The meta object literal for the 'Result' class.
static org.eclipse.emf.ecore.EAttribute RESULT__DIAGNOSTIC
          The meta object literal for the 'Diagnostic' attribute feature.
static org.eclipse.emf.ecore.EAttribute RESULT__EXCEPTION
          The meta object literal for the 'Exception' attribute feature.
static org.eclipse.emf.ecore.EReference RESULT__LEAF_CONSTRAINING_NODE
          The meta object literal for the 'Leaf Constraining Node' reference feature.
static org.eclipse.emf.ecore.EReference RESULT__RESULT_CONSTRAINING_NODE
          The meta object literal for the 'Result Constraining Node' reference feature.
static org.eclipse.emf.ecore.EReference RESULT__RESULT_SET
          The meta object literal for the 'Result Set' container reference feature.
static org.eclipse.emf.ecore.EReference RESULT__RESULT_VALIDATABLE_NODE
          The meta object literal for the 'Result Validatable Node' reference feature.
static org.eclipse.emf.ecore.EAttribute RESULT__SEVERITY
          The meta object literal for the 'Severity' attribute feature.
static org.eclipse.emf.ecore.EReference RESULT__VALIDATABLE_NODE
          The meta object literal for the 'Validatable Node' reference feature.
static org.eclipse.emf.ecore.EClass RESULT_CONSTRAINING_NODE
          The meta object literal for the 'Result Constraining Node' class.
static org.eclipse.emf.ecore.EReference RESULT_CONSTRAINING_NODE__RESULT_VALIDATABLE_NODE
          The meta object literal for the 'Result Validatable Node' reference feature.
static org.eclipse.emf.ecore.EClass RESULT_SET
          The meta object literal for the 'Result Set' class.
static org.eclipse.emf.ecore.EReference RESULT_SET__RESULTS
          The meta object literal for the 'Results' containment reference list feature.
static org.eclipse.emf.ecore.EReference RESULT_SET__ROOT
          The meta object literal for the 'Root' container reference feature.
static org.eclipse.emf.ecore.EAttribute RESULT_SET__TIMESTAMP
          The meta object literal for the 'Timestamp' attribute feature.
static org.eclipse.emf.ecore.EClass RESULT_VALIDATABLE_NODE
          The meta object literal for the 'Result Validatable Node' class.
static org.eclipse.emf.ecore.EReference RESULT_VALIDATABLE_NODE__RESULT_CONSTRAINING_NODE
          The meta object literal for the 'Result Constraining Node' reference feature.
static org.eclipse.emf.ecore.EClass ROOT_CONSTRAINING_NODE
          The meta object literal for the 'Root Constraining Node' class.
static org.eclipse.emf.ecore.EReference ROOT_CONSTRAINING_NODE__ROOT_NODE
          The meta object literal for the 'Root Node' container reference feature.
static org.eclipse.emf.ecore.EClass ROOT_NODE
          The meta object literal for the 'Root Node' class.
static org.eclipse.emf.ecore.EReference ROOT_NODE__CONSTRAINING_NODES
          The meta object literal for the 'Constraining Nodes' containment reference list feature.
static org.eclipse.emf.ecore.EReference ROOT_NODE__RESULT_SETS
          The meta object literal for the 'Result Sets' containment reference list feature.
static org.eclipse.emf.ecore.EReference ROOT_NODE__VALIDATABLE_NODES
          The meta object literal for the 'Validatable Nodes' containment reference list feature.
static org.eclipse.emf.ecore.EClass ROOT_VALIDATABLE_NODE
          The meta object literal for the 'Root Validatable Node' class.
static org.eclipse.emf.ecore.EReference ROOT_VALIDATABLE_NODE__ROOT_NODE
          The meta object literal for the 'Root Node' container reference feature.
static org.eclipse.emf.ecore.EEnum SEVERITY
          The meta object literal for the 'Severity' enum.
static org.eclipse.emf.ecore.EDataType THROWABLE
          The meta object literal for the 'Throwable' data type.
static org.eclipse.emf.ecore.EClass VALIDATABLE_NODE
          The meta object literal for the 'Validatable Node' class.
static org.eclipse.emf.ecore.EReference VALIDATABLE_NODE__CHILDREN
          The meta object literal for the 'Children' containment reference list feature.
static org.eclipse.emf.ecore.EReference VALIDATABLE_NODE__CONSTRAINED_OBJECT
          The meta object literal for the 'Constrained Object' reference feature.
static org.eclipse.emf.ecore.EReference VALIDATABLE_NODE__PARENT
          The meta object literal for the 'Parent' container reference feature.
 

Field Detail

ABSTRACT_NODE

static final org.eclipse.emf.ecore.EClass ABSTRACT_NODE
The meta object literal for the 'Abstract Node' class.

See Also:
AbstractNodeImpl, ValidityPackageImpl.getAbstractNode()
Generated

ABSTRACT_NODE__ENABLED

static final org.eclipse.emf.ecore.EAttribute ABSTRACT_NODE__ENABLED
The meta object literal for the 'Enabled' attribute feature.

Generated

ABSTRACT_NODE__GRAYED

static final org.eclipse.emf.ecore.EAttribute ABSTRACT_NODE__GRAYED
The meta object literal for the 'Grayed' attribute feature.

Generated

ABSTRACT_NODE__VISIBLE

static final org.eclipse.emf.ecore.EAttribute ABSTRACT_NODE__VISIBLE
The meta object literal for the 'Visible' attribute feature.

Generated

ABSTRACT_NODE__LABEL

static final org.eclipse.emf.ecore.EAttribute ABSTRACT_NODE__LABEL
The meta object literal for the 'Label' attribute feature.

Generated

ABSTRACT_NODE__WORST_RESULT

static final org.eclipse.emf.ecore.EReference ABSTRACT_NODE__WORST_RESULT
The meta object literal for the 'Worst Result' reference feature.

Generated

ABSTRACT_NODE___GET_PARENT

static final org.eclipse.emf.ecore.EOperation ABSTRACT_NODE___GET_PARENT
The meta object literal for the 'Get Parent' operation.

Generated

ABSTRACT_NODE___GET_CHILDREN

static final org.eclipse.emf.ecore.EOperation ABSTRACT_NODE___GET_CHILDREN
The meta object literal for the 'Get Children' operation.

Generated

CONSTRAINING_NODE

static final org.eclipse.emf.ecore.EClass CONSTRAINING_NODE
The meta object literal for the 'Constraining Node' class.

See Also:
ConstrainingNodeImpl, ValidityPackageImpl.getConstrainingNode()
Generated

CONSTRAINING_NODE__PARENT

static final org.eclipse.emf.ecore.EReference CONSTRAINING_NODE__PARENT
The meta object literal for the 'Parent' container reference feature.

Generated

CONSTRAINING_NODE__CHILDREN

static final org.eclipse.emf.ecore.EReference CONSTRAINING_NODE__CHILDREN
The meta object literal for the 'Children' containment reference list feature.

Generated

CONSTRAINING_NODE__CONSTRAINING_OBJECT

static final org.eclipse.emf.ecore.EAttribute CONSTRAINING_NODE__CONSTRAINING_OBJECT
The meta object literal for the 'Constraining Object' attribute feature.

Generated

LEAF_CONSTRAINING_NODE

static final org.eclipse.emf.ecore.EClass LEAF_CONSTRAINING_NODE
The meta object literal for the 'Leaf Constraining Node' class.

See Also:
LeafConstrainingNodeImpl, ValidityPackageImpl.getLeafConstrainingNode()
Generated

LEAF_CONSTRAINING_NODE__CONSTRAINT_LOCATOR

static final org.eclipse.emf.ecore.EAttribute LEAF_CONSTRAINING_NODE__CONSTRAINT_LOCATOR
The meta object literal for the 'Constraint Locator' attribute feature.

Generated

LEAF_CONSTRAINING_NODE__CONSTRAINT_RESOURCE

static final org.eclipse.emf.ecore.EAttribute LEAF_CONSTRAINING_NODE__CONSTRAINT_RESOURCE
The meta object literal for the 'Constraint Resource' attribute feature.

Generated

LEAF_CONSTRAINING_NODE__CONSTRAINT_STRING

static final org.eclipse.emf.ecore.EAttribute LEAF_CONSTRAINING_NODE__CONSTRAINT_STRING
The meta object literal for the 'Constraint String' attribute feature.

Generated

RESULT

static final org.eclipse.emf.ecore.EClass RESULT
The meta object literal for the 'Result' class.

See Also:
ResultImpl, ValidityPackageImpl.getResult()
Generated

RESULT__RESULT_SET

static final org.eclipse.emf.ecore.EReference RESULT__RESULT_SET
The meta object literal for the 'Result Set' container reference feature.

Generated

RESULT__RESULT_VALIDATABLE_NODE

static final org.eclipse.emf.ecore.EReference RESULT__RESULT_VALIDATABLE_NODE
The meta object literal for the 'Result Validatable Node' reference feature.

Generated

RESULT__SEVERITY

static final org.eclipse.emf.ecore.EAttribute RESULT__SEVERITY
The meta object literal for the 'Severity' attribute feature.

Generated

RESULT__DIAGNOSTIC

static final org.eclipse.emf.ecore.EAttribute RESULT__DIAGNOSTIC
The meta object literal for the 'Diagnostic' attribute feature.

Generated

RESULT__VALIDATABLE_NODE

static final org.eclipse.emf.ecore.EReference RESULT__VALIDATABLE_NODE
The meta object literal for the 'Validatable Node' reference feature.

Generated

RESULT__LEAF_CONSTRAINING_NODE

static final org.eclipse.emf.ecore.EReference RESULT__LEAF_CONSTRAINING_NODE
The meta object literal for the 'Leaf Constraining Node' reference feature.

Generated

RESULT__RESULT_CONSTRAINING_NODE

static final org.eclipse.emf.ecore.EReference RESULT__RESULT_CONSTRAINING_NODE
The meta object literal for the 'Result Constraining Node' reference feature.

Generated

RESULT__EXCEPTION

static final org.eclipse.emf.ecore.EAttribute RESULT__EXCEPTION
The meta object literal for the 'Exception' attribute feature.

Generated

RESULT_CONSTRAINING_NODE

static final org.eclipse.emf.ecore.EClass RESULT_CONSTRAINING_NODE
The meta object literal for the 'Result Constraining Node' class.

See Also:
ResultConstrainingNodeImpl, ValidityPackageImpl.getResultConstrainingNode()
Generated

RESULT_CONSTRAINING_NODE__RESULT_VALIDATABLE_NODE

static final org.eclipse.emf.ecore.EReference RESULT_CONSTRAINING_NODE__RESULT_VALIDATABLE_NODE
The meta object literal for the 'Result Validatable Node' reference feature.

Generated

RESULT_SET

static final org.eclipse.emf.ecore.EClass RESULT_SET
The meta object literal for the 'Result Set' class.

See Also:
ResultSetImpl, ValidityPackageImpl.getResultSet()
Generated

RESULT_SET__ROOT

static final org.eclipse.emf.ecore.EReference RESULT_SET__ROOT
The meta object literal for the 'Root' container reference feature.

Generated

RESULT_SET__RESULTS

static final org.eclipse.emf.ecore.EReference RESULT_SET__RESULTS
The meta object literal for the 'Results' containment reference list feature.

Generated

RESULT_SET__TIMESTAMP

static final org.eclipse.emf.ecore.EAttribute RESULT_SET__TIMESTAMP
The meta object literal for the 'Timestamp' attribute feature.

Generated

RESULT_VALIDATABLE_NODE

static final org.eclipse.emf.ecore.EClass RESULT_VALIDATABLE_NODE
The meta object literal for the 'Result Validatable Node' class.

See Also:
ResultValidatableNodeImpl, ValidityPackageImpl.getResultValidatableNode()
Generated

RESULT_VALIDATABLE_NODE__RESULT_CONSTRAINING_NODE

static final org.eclipse.emf.ecore.EReference RESULT_VALIDATABLE_NODE__RESULT_CONSTRAINING_NODE
The meta object literal for the 'Result Constraining Node' reference feature.

Generated

ROOT_NODE

static final org.eclipse.emf.ecore.EClass ROOT_NODE
The meta object literal for the 'Root Node' class.

See Also:
RootNodeImpl, ValidityPackageImpl.getRootNode()
Generated

ROOT_NODE__RESULT_SETS

static final org.eclipse.emf.ecore.EReference ROOT_NODE__RESULT_SETS
The meta object literal for the 'Result Sets' containment reference list feature.

Generated

ROOT_NODE__CONSTRAINING_NODES

static final org.eclipse.emf.ecore.EReference ROOT_NODE__CONSTRAINING_NODES
The meta object literal for the 'Constraining Nodes' containment reference list feature.

Generated

ROOT_NODE__VALIDATABLE_NODES

static final org.eclipse.emf.ecore.EReference ROOT_NODE__VALIDATABLE_NODES
The meta object literal for the 'Validatable Nodes' containment reference list feature.

Generated

ROOT_CONSTRAINING_NODE

static final org.eclipse.emf.ecore.EClass ROOT_CONSTRAINING_NODE
The meta object literal for the 'Root Constraining Node' class.

See Also:
RootConstrainingNodeImpl, ValidityPackageImpl.getRootConstrainingNode()
Generated

ROOT_CONSTRAINING_NODE__ROOT_NODE

static final org.eclipse.emf.ecore.EReference ROOT_CONSTRAINING_NODE__ROOT_NODE
The meta object literal for the 'Root Node' container reference feature.

Generated

ROOT_VALIDATABLE_NODE

static final org.eclipse.emf.ecore.EClass ROOT_VALIDATABLE_NODE
The meta object literal for the 'Root Validatable Node' class.

See Also:
RootValidatableNodeImpl, ValidityPackageImpl.getRootValidatableNode()
Generated

ROOT_VALIDATABLE_NODE__ROOT_NODE

static final org.eclipse.emf.ecore.EReference ROOT_VALIDATABLE_NODE__ROOT_NODE
The meta object literal for the 'Root Node' container reference feature.

Generated

VALIDATABLE_NODE

static final org.eclipse.emf.ecore.EClass VALIDATABLE_NODE
The meta object literal for the 'Validatable Node' class.

See Also:
ValidatableNodeImpl, ValidityPackageImpl.getValidatableNode()
Generated

VALIDATABLE_NODE__PARENT

static final org.eclipse.emf.ecore.EReference VALIDATABLE_NODE__PARENT
The meta object literal for the 'Parent' container reference feature.

Generated

VALIDATABLE_NODE__CHILDREN

static final org.eclipse.emf.ecore.EReference VALIDATABLE_NODE__CHILDREN
The meta object literal for the 'Children' containment reference list feature.

Generated

VALIDATABLE_NODE__CONSTRAINED_OBJECT

static final org.eclipse.emf.ecore.EReference VALIDATABLE_NODE__CONSTRAINED_OBJECT
The meta object literal for the 'Constrained Object' reference feature.

Generated

SEVERITY

static final org.eclipse.emf.ecore.EEnum SEVERITY
The meta object literal for the 'Severity' enum.

See Also:
Severity, ValidityPackageImpl.getSeverity()
Generated

CONSTRAINT_LOCATOR

static final org.eclipse.emf.ecore.EDataType CONSTRAINT_LOCATOR
The meta object literal for the 'Constraint Locator' data type.

See Also:
ConstraintLocator, ValidityPackageImpl.getConstraintLocator()
Generated

OBJECT

static final org.eclipse.emf.ecore.EDataType OBJECT
The meta object literal for the 'Object' data type.

See Also:
Object, ValidityPackageImpl.getObject()
Generated

RESOURCE

static final org.eclipse.emf.ecore.EDataType RESOURCE
The meta object literal for the 'Resource' data type.

See Also:
Resource, ValidityPackageImpl.getResource()
Generated

THROWABLE

static final org.eclipse.emf.ecore.EDataType THROWABLE
The meta object literal for the 'Throwable' data type.

See Also:
Throwable, ValidityPackageImpl.getThrowable()
Generated