org.eclipse.emf.ocl.uml
Interface UMLPackage.Literals

Enclosing interface:
UMLPackage

public static interface UMLPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass CALL_OPERATION_ACTION
          The meta object literal for the 'Call Operation Action' class
static org.eclipse.emf.ecore.EReference CALL_OPERATION_ACTION__OPERATION
          The meta object literal for the 'Operation' reference feature
static org.eclipse.emf.ecore.EClass CONSTRAINT
          The meta object literal for the 'Constraint' class
static org.eclipse.emf.ecore.EReference CONSTRAINT__BODY
          The meta object literal for the 'Body' containment reference feature
static org.eclipse.emf.ecore.EReference CONSTRAINT__CONSTRAINED_ELEMENT
          The meta object literal for the 'Constrained Element' reference list feature
static org.eclipse.emf.ecore.EAttribute CONSTRAINT__INSTANCE_VAR_NAME
          The meta object literal for the 'Instance Var Name' attribute feature
static org.eclipse.emf.ecore.EAttribute CONSTRAINT__STEREOTYPE
          The meta object literal for the 'Stereotype' attribute feature
static org.eclipse.emf.ecore.EClass SEND_SIGNAL_ACTION
          The meta object literal for the 'Send Signal Action' class
static org.eclipse.emf.ecore.EReference SEND_SIGNAL_ACTION__SIGNAL
          The meta object literal for the 'Signal' reference feature
static org.eclipse.emf.ecore.EClass TYPED_ELEMENT
          The meta object literal for the 'Typed Element' class
static org.eclipse.emf.ecore.EReference TYPED_ELEMENT__TYPE
          The meta object literal for the 'Type' reference feature
 

Field Detail

CONSTRAINT

public static final org.eclipse.emf.ecore.EClass CONSTRAINT
The meta object literal for the 'Constraint' class.

See Also:
ConstraintImpl, UMLPackageImpl.getConstraint()

CONSTRAINT__INSTANCE_VAR_NAME

public static final org.eclipse.emf.ecore.EAttribute CONSTRAINT__INSTANCE_VAR_NAME
The meta object literal for the 'Instance Var Name' attribute feature.


CONSTRAINT__BODY

public static final org.eclipse.emf.ecore.EReference CONSTRAINT__BODY
The meta object literal for the 'Body' containment reference feature.


CONSTRAINT__CONSTRAINED_ELEMENT

public static final org.eclipse.emf.ecore.EReference CONSTRAINT__CONSTRAINED_ELEMENT
The meta object literal for the 'Constrained Element' reference list feature.


CONSTRAINT__STEREOTYPE

public static final org.eclipse.emf.ecore.EAttribute CONSTRAINT__STEREOTYPE
The meta object literal for the 'Stereotype' attribute feature.


CALL_OPERATION_ACTION

public static final org.eclipse.emf.ecore.EClass CALL_OPERATION_ACTION
The meta object literal for the 'Call Operation Action' class.

See Also:
CallOperationActionImpl, UMLPackageImpl.getCallOperationAction()

CALL_OPERATION_ACTION__OPERATION

public static final org.eclipse.emf.ecore.EReference CALL_OPERATION_ACTION__OPERATION
The meta object literal for the 'Operation' reference feature.


SEND_SIGNAL_ACTION

public static final org.eclipse.emf.ecore.EClass SEND_SIGNAL_ACTION
The meta object literal for the 'Send Signal Action' class.

See Also:
SendSignalActionImpl, UMLPackageImpl.getSendSignalAction()

SEND_SIGNAL_ACTION__SIGNAL

public static final org.eclipse.emf.ecore.EReference SEND_SIGNAL_ACTION__SIGNAL
The meta object literal for the 'Signal' reference feature.


TYPED_ELEMENT

public static final org.eclipse.emf.ecore.EClass TYPED_ELEMENT
The meta object literal for the 'Typed Element' class.

See Also:
TypedElementImpl, UMLPackageImpl.getTypedElement()

TYPED_ELEMENT__TYPE

public static final org.eclipse.emf.ecore.EReference TYPED_ELEMENT__TYPE
The meta object literal for the 'Type' reference feature.


Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.