org.eclipse.emf.ocl.query
Interface QueryPackage.Literals

Enclosing interface:
QueryPackage

public static interface QueryPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EDataType LIST
          The meta object literal for the 'List' data type
static org.eclipse.emf.ecore.EClass QUERY
          The meta object literal for the 'Query' class
static org.eclipse.emf.ecore.EReference QUERY__EXPRESSION
          The meta object literal for the 'Expression' reference feature
static org.eclipse.emf.ecore.EAttribute QUERY__EXTENT_MAP
          The meta object literal for the 'Extent Map' attribute feature
 

Field Detail

QUERY

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

See Also:
QueryImpl, QueryPackageImpl.getQuery()

QUERY__EXTENT_MAP

public static final org.eclipse.emf.ecore.EAttribute QUERY__EXTENT_MAP
The meta object literal for the 'Extent Map' attribute feature.


QUERY__EXPRESSION

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


LIST

public static final org.eclipse.emf.ecore.EDataType LIST
The meta object literal for the 'List' data type.

See Also:
List, QueryPackageImpl.getList()

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