org.eclipse.ocl.examples.library.oclstdlib
Interface OCLstdlibPackage.Literals

Enclosing class:
OCLstdlibPackage

public static interface OCLstdlibPackage.Literals

Defines literals for the meta objects that represent

Generated

Field Summary
static org.eclipse.emf.ecore.EDataType BAG
          The meta object literal for the 'Bag' data type.
static org.eclipse.emf.ecore.EDataType BOOLEAN
          The meta object literal for the 'Boolean' data type.
static org.eclipse.emf.ecore.EDataType COLLECTION
          The meta object literal for the 'Collection' data type.
static org.eclipse.emf.ecore.EDataType INTEGER
          The meta object literal for the 'Integer' data type.
static org.eclipse.emf.ecore.EDataType OCL_ANY
          The meta object literal for the 'Ocl Any' data type.
static org.eclipse.emf.ecore.EClass OCL_INVALID
          The meta object literal for the 'Ocl Invalid' class.
static org.eclipse.emf.ecore.EClass OCL_VOID
          The meta object literal for the 'Ocl Void' class.
static org.eclipse.emf.ecore.EDataType ORDERED_SET
          The meta object literal for the 'Ordered Set' data type.
static org.eclipse.emf.ecore.EDataType REAL
          The meta object literal for the 'Real' data type.
static org.eclipse.emf.ecore.EDataType SEQUENCE
          The meta object literal for the 'Sequence' data type.
static org.eclipse.emf.ecore.EDataType SET
          The meta object literal for the 'Set' data type.
static org.eclipse.emf.ecore.EDataType STRING
          The meta object literal for the 'String' data type.
static org.eclipse.emf.ecore.EDataType UNIQUE_COLLECTION
          The meta object literal for the 'Unique Collection' data type.
static org.eclipse.emf.ecore.EDataType UNLIMITED_NATURAL
          The meta object literal for the 'Unlimited Natural' data type.
 

Field Detail

OCL_ANY

static final org.eclipse.emf.ecore.EDataType OCL_ANY
The meta object literal for the 'Ocl Any' data type.

See Also:
Object, OCLstdlibPackage.getOclAny()
Generated

OCL_INVALID

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

See Also:
OclInvalid, OCLstdlibPackage.getOclInvalid()
Generated

OCL_VOID

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

See Also:
OclVoid, OCLstdlibPackage.getOclVoid()
Generated

BOOLEAN

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

See Also:
Boolean, OCLstdlibPackage.getBoolean()
Generated

INTEGER

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

See Also:
IntegerValue, OCLstdlibPackage.getInteger()
Generated

REAL

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

See Also:
RealValue, OCLstdlibPackage.getReal()
Generated

STRING

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

See Also:
String, OCLstdlibPackage.getString()
Generated

UNLIMITED_NATURAL

static final org.eclipse.emf.ecore.EDataType UNLIMITED_NATURAL
The meta object literal for the 'Unlimited Natural' data type.

See Also:
IntegerValue, OCLstdlibPackage.getUnlimitedNatural()
Generated

BAG

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

See Also:
Bag, OCLstdlibPackage.getBag()
Generated

COLLECTION

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

See Also:
Collection, OCLstdlibPackage.getCollection()
Generated

ORDERED_SET

static final org.eclipse.emf.ecore.EDataType ORDERED_SET
The meta object literal for the 'Ordered Set' data type.

See Also:
OrderedSet, OCLstdlibPackage.getOrderedSet()
Generated

SEQUENCE

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

See Also:
List, OCLstdlibPackage.getSequence()
Generated

SET

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

See Also:
Set, OCLstdlibPackage.getSet()
Generated

UNIQUE_COLLECTION

static final org.eclipse.emf.ecore.EDataType UNIQUE_COLLECTION
The meta object literal for the 'Unique Collection' data type.

See Also:
Set, OCLstdlibPackage.getUniqueCollection()
Generated