org.eclipse.emf.ocl.types
Interface TypesPackage.Literals

Enclosing interface:
TypesPackage

public static interface TypesPackage.Literals

Defines literals for the meta objects that represent


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_BOOLEAN
          The meta object literal for the 'Primitive Boolean' class
static org.eclipse.emf.ecore.EClass PRIMITIVE_INTEGER
          The meta object literal for the 'Primitive Integer' class
static org.eclipse.emf.ecore.EClass PRIMITIVE_REAL
          The meta object literal for the 'Primitive Real' class
static org.eclipse.emf.ecore.EClass PRIMITIVE_STRING
          The meta object literal for the 'Primitive String' 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 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.EClass VOID_TYPE
          The meta object literal for the 'Void Type' class
 

Field Detail

ANY_TYPE

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

See Also:
AnyTypeImpl, TypesPackageImpl.getAnyType()

BAG_TYPE

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

See Also:
BagTypeImpl, TypesPackageImpl.getBagType()

COLLECTION_TYPE

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

See Also:
CollectionTypeImpl, TypesPackageImpl.getCollectionType()

COLLECTION_TYPE__ELEMENT_TYPE

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


COLLECTION_TYPE__KIND

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


ORDERED_SET_TYPE

public 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()

PRIMITIVE_BOOLEAN

public static final org.eclipse.emf.ecore.EClass PRIMITIVE_BOOLEAN
The meta object literal for the 'Primitive Boolean' class.

See Also:
PrimitiveBooleanImpl, TypesPackageImpl.getPrimitiveBoolean()

PRIMITIVE_INTEGER

public static final org.eclipse.emf.ecore.EClass PRIMITIVE_INTEGER
The meta object literal for the 'Primitive Integer' class.

See Also:
PrimitiveIntegerImpl, TypesPackageImpl.getPrimitiveInteger()

PRIMITIVE_REAL

public static final org.eclipse.emf.ecore.EClass PRIMITIVE_REAL
The meta object literal for the 'Primitive Real' class.

See Also:
PrimitiveRealImpl, TypesPackageImpl.getPrimitiveReal()

PRIMITIVE_STRING

public static final org.eclipse.emf.ecore.EClass PRIMITIVE_STRING
The meta object literal for the 'Primitive String' class.

See Also:
PrimitiveStringImpl, TypesPackageImpl.getPrimitiveString()

PRIMITIVE_TYPE

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

See Also:
PrimitiveTypeImpl, TypesPackageImpl.getPrimitiveType()

SEQUENCE_TYPE

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

See Also:
SequenceTypeImpl, TypesPackageImpl.getSequenceType()

SET_TYPE

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

See Also:
SetTypeImpl, TypesPackageImpl.getSetType()

TUPLE_TYPE

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

See Also:
TupleTypeImpl, TypesPackageImpl.getTupleType()

VOID_TYPE

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

See Also:
VoidTypeImpl, TypesPackageImpl.getVoidType()

MESSAGE_TYPE

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

See Also:
MessageTypeImpl, TypesPackageImpl.getMessageType()

MESSAGE_TYPE__REFERRED_OPERATION

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


MESSAGE_TYPE__REFERRED_SIGNAL

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


ELEMENT_TYPE

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

See Also:
ElementTypeImpl, TypesPackageImpl.getElementType()

INVALID_TYPE

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

See Also:
InvalidTypeImpl, TypesPackageImpl.getInvalidType()

TYPE_TYPE

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

See Also:
TypeTypeImpl, TypesPackageImpl.getTypeType()

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