org.eclipse.emf.facet.query.java.javaquery
Interface JavaqueryPackage


public interface JavaqueryPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
JavaqueryFactory
Generated:
Model:
kind="package"

Nested Class Summary
static interface JavaqueryPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static JavaqueryPackage eINSTANCE
          The singleton instance of the package.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int JAVA_QUERY
          The meta object id for the 'Java Query' class.
static int JAVA_QUERY__CAN_BE_CACHED
          The feature id for the 'Can Be Cached' attribute.
static int JAVA_QUERY__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list.
static int JAVA_QUERY__EGENERIC_TYPE
          The feature id for the 'EGeneric Type' containment reference.
static int JAVA_QUERY__ETYPE
          The feature id for the 'EType' reference.
static int JAVA_QUERY__HAS_SIDE_EFFECT
          The feature id for the 'Has Side Effect' attribute.
static int JAVA_QUERY__IMPLEMENTATION_CLASS_NAME
          The feature id for the 'Implementation Class Name' attribute.
static int JAVA_QUERY__LOWER_BOUND
          The feature id for the 'Lower Bound' attribute.
static int JAVA_QUERY__MANY
          The feature id for the 'Many' attribute.
static int JAVA_QUERY__NAME
          The feature id for the 'Name' attribute.
static int JAVA_QUERY__ORDERED
          The feature id for the 'Ordered' attribute.
static int JAVA_QUERY__PARAMETERS
          The feature id for the 'Parameters' containment reference list.
static int JAVA_QUERY__REQUIRED
          The feature id for the 'Required' attribute.
static int JAVA_QUERY__SCOPE
          The feature id for the 'Scope' reference.
static int JAVA_QUERY__UNIQUE
          The feature id for the 'Unique' attribute.
static int JAVA_QUERY__UPPER_BOUND
          The feature id for the 'Upper Bound' attribute.
static int JAVA_QUERY_FEATURE_COUNT
          The number of structural features of the 'Java Query' class.
 
Method Summary
 EAttribute getJavaQuery_ImplementationClassName()
          Returns the meta object for the attribute 'Implementation Class Name'.
 EClass getJavaQuery()
          Returns the meta object for class 'Java Query'.
 JavaqueryFactory getJavaqueryFactory()
          Returns the factory that creates the instances of the model.
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
Generated:

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated:

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated:

eINSTANCE

static final JavaqueryPackage eINSTANCE
The singleton instance of the package.

Generated:

JAVA_QUERY

static final int JAVA_QUERY
The meta object id for the 'Java Query' class.

See Also:
org.eclipse.emf.facet.query.java.javaquery.impl.JavaQueryImpl, org.eclipse.emf.facet.query.java.javaquery.impl.JavaqueryPackageImpl#getJavaQuery(), Constant Field Values
Generated:

JAVA_QUERY__EANNOTATIONS

static final int JAVA_QUERY__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

Generated:
Ordered:

JAVA_QUERY__NAME

static final int JAVA_QUERY__NAME
The feature id for the 'Name' attribute.

Generated:
Ordered:

JAVA_QUERY__ORDERED

static final int JAVA_QUERY__ORDERED
The feature id for the 'Ordered' attribute.

Generated:
Ordered:

JAVA_QUERY__UNIQUE

static final int JAVA_QUERY__UNIQUE
The feature id for the 'Unique' attribute.

Generated:
Ordered:

JAVA_QUERY__LOWER_BOUND

static final int JAVA_QUERY__LOWER_BOUND
The feature id for the 'Lower Bound' attribute.

Generated:
Ordered:

JAVA_QUERY__UPPER_BOUND

static final int JAVA_QUERY__UPPER_BOUND
The feature id for the 'Upper Bound' attribute.

Generated:
Ordered:

JAVA_QUERY__MANY

static final int JAVA_QUERY__MANY
The feature id for the 'Many' attribute.

Generated:
Ordered:

JAVA_QUERY__REQUIRED

static final int JAVA_QUERY__REQUIRED
The feature id for the 'Required' attribute.

Generated:
Ordered:

JAVA_QUERY__ETYPE

static final int JAVA_QUERY__ETYPE
The feature id for the 'EType' reference.

Generated:
Ordered:

JAVA_QUERY__EGENERIC_TYPE

static final int JAVA_QUERY__EGENERIC_TYPE
The feature id for the 'EGeneric Type' containment reference.

Generated:
Ordered:

JAVA_QUERY__SCOPE

static final int JAVA_QUERY__SCOPE
The feature id for the 'Scope' reference.

Generated:
Ordered:

JAVA_QUERY__HAS_SIDE_EFFECT

static final int JAVA_QUERY__HAS_SIDE_EFFECT
The feature id for the 'Has Side Effect' attribute.

Generated:
Ordered:

JAVA_QUERY__CAN_BE_CACHED

static final int JAVA_QUERY__CAN_BE_CACHED
The feature id for the 'Can Be Cached' attribute.

Generated:
Ordered:

JAVA_QUERY__PARAMETERS

static final int JAVA_QUERY__PARAMETERS
The feature id for the 'Parameters' containment reference list.

Generated:
Ordered:

JAVA_QUERY__IMPLEMENTATION_CLASS_NAME

static final int JAVA_QUERY__IMPLEMENTATION_CLASS_NAME
The feature id for the 'Implementation Class Name' attribute.

Generated:
Ordered:

JAVA_QUERY_FEATURE_COUNT

static final int JAVA_QUERY_FEATURE_COUNT
The number of structural features of the 'Java Query' class.

Generated:
Ordered:
Method Detail

getJavaQuery

EClass getJavaQuery()
Returns the meta object for class 'Java Query'.

Returns:
the meta object for class 'Java Query'.
See Also:
JavaQuery
Generated:

getJavaQuery_ImplementationClassName

EAttribute getJavaQuery_ImplementationClassName()
Returns the meta object for the attribute 'Implementation Class Name'.

Returns:
the meta object for the attribute 'Implementation Class Name'.
See Also:
JavaQuery.getImplementationClassName(), getJavaQuery()
Generated:

getJavaqueryFactory

JavaqueryFactory getJavaqueryFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated: