org.eclipse.ocl.types
Interface TypesPackage.Literals

Enclosing interface:
TypesPackage

public static interface TypesPackage.Literals

Defines literals for the meta objects that represent

Generated

Field Summary
static org.eclipse.emf.ecore.EClass ANY_TYPE
          The meta object literal for the 'Any Type' class.
static org.eclipse.emf.ecore.EClass BAG_TYPE
          The meta object literal for the 'Bag Type' class.
static org.eclipse.emf.ecore.EClass COLLECTION_TYPE
          The meta object literal for the 'Collection Type' class.
static org.eclipse.emf.ecore.EReference COLLECTION_TYPE__ELEMENT_TYPE
          The meta object literal for the 'Element Type' reference feature.
static org.eclipse.emf.ecore.EAttribute COLLECTION_TYPE__KIND
          The meta object literal for the 'Kind' attribute feature.
static org.eclipse.emf.ecore.EClass ELEMENT_TYPE
          The meta object literal for the 'Element Type' class.
static org.eclipse.emf.ecore.EClass INVALID_TYPE
          The meta object literal for the 'Invalid Type' class.
static org.eclipse.emf.ecore.EClass MESSAGE_TYPE
          The meta object literal for the 'Message Type' class.
static org.eclipse.emf.ecore.EReference MESSAGE_TYPE__REFERRED_OPERATION
          The meta object literal for the 'Referred Operation' reference feature.
static org.eclipse.emf.ecore.EReference MESSAGE_TYPE__REFERRED_SIGNAL
          The meta object literal for the 'Referred Signal' reference feature.
static org.eclipse.emf.ecore.EClass ORDERED_SET_TYPE
          The meta object literal for the 'Ordered Set Type' class.
static org.eclipse.emf.ecore.EClass PRIMITIVE_TYPE
          The meta object literal for the 'Primitive Type' class.
static org.eclipse.emf.ecore.EClass SEQUENCE_TYPE
          The meta object literal for the 'Sequence Type' class.
static org.eclipse.emf.ecore.EClass SET_TYPE
          The meta object literal for the 'Set Type' class.
static org.eclipse.emf.ecore.EClass TEMPLATE_PARAMETER_TYPE
          The meta object literal for the 'Template Parameter Type' class.
static org.eclipse.emf.ecore.EAttribute TEMPLATE_PARAMETER_TYPE__SPECIFICATION
          The meta object literal for the 'Specification' attribute feature.
static org.eclipse.emf.ecore.EClass TUPLE_TYPE
          The meta object literal for the 'Tuple Type' class.
static org.eclipse.emf.ecore.EClass TYPE_TYPE
          The meta object literal for the 'Type Type' class.
static org.eclipse.emf.ecore.EReference TYPE_TYPE__REFERRED_TYPE
          The meta object literal for the 'Referred Type' reference feature.
static org.eclipse.emf.ecore.EClass VOID_TYPE
          The meta object literal for the 'Void Type' class.
 

Field Detail

ANY_TYPE

static final org.eclipse.emf.ecore.EClass ANY_TYPE
The meta object literal for the 'Any Type' class.

See Also:
AnyTypeImpl, TypesPackageImpl.getAnyType()
Generated

BAG_TYPE

static final org.eclipse.emf.ecore.EClass BAG_TYPE
The meta object literal for the 'Bag Type' class.

See Also:
BagTypeImpl, TypesPackageImpl.getBagType()
Generated

COLLECTION_TYPE

static final org.eclipse.emf.ecore.EClass COLLECTION_TYPE
The meta object literal for the 'Collection Type' class.

See Also:
CollectionTypeImpl, TypesPackageImpl.getCollectionType()
Generated

COLLECTION_TYPE__ELEMENT_TYPE

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

Generated

COLLECTION_TYPE__KIND

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

Generated

ELEMENT_TYPE

static final org.eclipse.emf.ecore.EClass ELEMENT_TYPE
The meta object literal for the 'Element Type' class.

See Also:
ElementTypeImpl, TypesPackageImpl.getElementType()
Generated

INVALID_TYPE

static final org.eclipse.emf.ecore.EClass INVALID_TYPE
The meta object literal for the 'Invalid Type' class.

See Also:
InvalidTypeImpl, TypesPackageImpl.getInvalidType()
Generated

MESSAGE_TYPE

static final org.eclipse.emf.ecore.EClass MESSAGE_TYPE
The meta object literal for the 'Message Type' class.

See Also:
MessageTypeImpl, TypesPackageImpl.getMessageType()
Generated

MESSAGE_TYPE__REFERRED_OPERATION

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

Generated

MESSAGE_TYPE__REFERRED_SIGNAL

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

Generated

ORDERED_SET_TYPE

static final org.eclipse.emf.ecore.EClass ORDERED_SET_TYPE
The meta object literal for the 'Ordered Set Type' class.

See Also:
OrderedSetTypeImpl, TypesPackageImpl.getOrderedSetType()
Generated

PRIMITIVE_TYPE

static final org.eclipse.emf.ecore.EClass PRIMITIVE_TYPE
The meta object literal for the 'Primitive Type' class.

See Also:
PrimitiveTypeImpl, TypesPackageImpl.getPrimitiveType()
Generated

SEQUENCE_TYPE

static final org.eclipse.emf.ecore.EClass SEQUENCE_TYPE
The meta object literal for the 'Sequence Type' class.

See Also:
SequenceTypeImpl, TypesPackageImpl.getSequenceType()
Generated

SET_TYPE

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

See Also:
SetTypeImpl, TypesPackageImpl.getSetType()
Generated

TUPLE_TYPE

static final org.eclipse.emf.ecore.EClass TUPLE_TYPE
The meta object literal for the 'Tuple Type' class.

See Also:
TupleTypeImpl, TypesPackageImpl.getTupleType()
Generated

TYPE_TYPE

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

See Also:
TypeTypeImpl, TypesPackageImpl.getTypeType()
Generated

TYPE_TYPE__REFERRED_TYPE

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

Generated

VOID_TYPE

static final org.eclipse.emf.ecore.EClass VOID_TYPE
The meta object literal for the 'Void Type' class.

See Also:
VoidTypeImpl, TypesPackageImpl.getVoidType()
Generated

TEMPLATE_PARAMETER_TYPE

static final org.eclipse.emf.ecore.EClass TEMPLATE_PARAMETER_TYPE
The meta object literal for the 'Template Parameter Type' class.

Since:
3.0
See Also:
TemplateParameterTypeImpl, TypesPackageImpl.getTemplateParameterType()
Generated

TEMPLATE_PARAMETER_TYPE__SPECIFICATION

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

Since:
3.0
Generated