org.eclipse.emf.facet.infra.query.jxpath
Interface JxpathPackage


Deprecated. cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=374198

@Deprecated
public interface JxpathPackage

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

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

Nested Class Summary
static interface JxpathPackage.Literals
          Deprecated. 
 
Field Summary
static JxpathPackage eINSTANCE
          Deprecated. The singleton instance of the package.
static java.lang.String eNAME
          Deprecated. The package name.
static java.lang.String eNS_PREFIX
          Deprecated. The package namespace name.
static java.lang.String eNS_URI
          Deprecated. The package namespace URI.
static int JX_PATH_MODEL_QUERY
          Deprecated. The meta object id for the 'JX Path Model Query' class.
static int JX_PATH_MODEL_QUERY__DESCRIPTION
          Deprecated. The feature id for the 'Description' attribute.
static int JX_PATH_MODEL_QUERY__IS_EXTERNAL_CONTEXT_DEPENDENT
          Deprecated. The feature id for the 'Is External Context Dependent' attribute.
static int JX_PATH_MODEL_QUERY__LOWER_BOUND
          Deprecated. The feature id for the 'Lower Bound' attribute.
static int JX_PATH_MODEL_QUERY__MODEL_QUERY_SET
          Deprecated. The feature id for the 'Model Query Set' container reference.
static int JX_PATH_MODEL_QUERY__NAME
          Deprecated. The feature id for the 'Name' attribute.
static int JX_PATH_MODEL_QUERY__PARAMETERS
          Deprecated. The feature id for the 'Parameters' containment reference list.
static int JX_PATH_MODEL_QUERY__QUERY
          Deprecated. The feature id for the 'Query' attribute.
static int JX_PATH_MODEL_QUERY__RETURN_TYPE
          Deprecated. The feature id for the 'Return Type' reference.
static int JX_PATH_MODEL_QUERY__SCOPE
          Deprecated. The feature id for the 'Scope' reference list.
static int JX_PATH_MODEL_QUERY__UPPER_BOUND
          Deprecated. The feature id for the 'Upper Bound' attribute.
static int JX_PATH_MODEL_QUERY_FEATURE_COUNT
          Deprecated. The number of structural features of the 'JX Path Model Query' class.
 
Method Summary
 JxpathFactory getJxpathFactory()
          Deprecated. Returns the factory that creates the instances of the model.
 EAttribute getJXPathModelQuery_Query()
          Deprecated. Returns the meta object for the attribute 'Query'.
 EClass getJXPathModelQuery()
          Deprecated. Returns the meta object for class 'JX Path Model Query'.
 

Field Detail

eNAME

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

See Also:
Constant Field Values
Generated:

eNS_URI

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

See Also:
Constant Field Values
Generated:

eNS_PREFIX

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

See Also:
Constant Field Values
Generated:

eINSTANCE

static final JxpathPackage eINSTANCE
Deprecated. 
The singleton instance of the package.

Generated:

JX_PATH_MODEL_QUERY

static final int JX_PATH_MODEL_QUERY
Deprecated. 
The meta object id for the 'JX Path Model Query' class.

See Also:
org.eclipse.emf.facet.infra.query.jxpath.impl.JXPathModelQueryImpl, org.eclipse.emf.facet.infra.query.jxpath.impl.JxpathPackageImpl#getJXPathModelQuery(), Constant Field Values
Generated:

JX_PATH_MODEL_QUERY__NAME

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

Generated:
Ordered:

JX_PATH_MODEL_QUERY__DESCRIPTION

static final int JX_PATH_MODEL_QUERY__DESCRIPTION
Deprecated. 
The feature id for the 'Description' attribute.

Generated:
Ordered:

JX_PATH_MODEL_QUERY__RETURN_TYPE

static final int JX_PATH_MODEL_QUERY__RETURN_TYPE
Deprecated. 
The feature id for the 'Return Type' reference.

Generated:
Ordered:

JX_PATH_MODEL_QUERY__SCOPE

static final int JX_PATH_MODEL_QUERY__SCOPE
Deprecated. 
The feature id for the 'Scope' reference list.

Generated:
Ordered:

JX_PATH_MODEL_QUERY__MODEL_QUERY_SET

static final int JX_PATH_MODEL_QUERY__MODEL_QUERY_SET
Deprecated. 
The feature id for the 'Model Query Set' container reference.

Generated:
Ordered:

JX_PATH_MODEL_QUERY__PARAMETERS

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

Generated:
Ordered:

JX_PATH_MODEL_QUERY__IS_EXTERNAL_CONTEXT_DEPENDENT

static final int JX_PATH_MODEL_QUERY__IS_EXTERNAL_CONTEXT_DEPENDENT
Deprecated. 
The feature id for the 'Is External Context Dependent' attribute.

Generated:
Ordered:

JX_PATH_MODEL_QUERY__UPPER_BOUND

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

Generated:
Ordered:

JX_PATH_MODEL_QUERY__LOWER_BOUND

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

Generated:
Ordered:

JX_PATH_MODEL_QUERY__QUERY

static final int JX_PATH_MODEL_QUERY__QUERY
Deprecated. 
The feature id for the 'Query' attribute.

Generated:
Ordered:

JX_PATH_MODEL_QUERY_FEATURE_COUNT

static final int JX_PATH_MODEL_QUERY_FEATURE_COUNT
Deprecated. 
The number of structural features of the 'JX Path Model Query' class.

Generated:
Ordered:
Method Detail

getJXPathModelQuery

EClass getJXPathModelQuery()
Deprecated. 
Returns the meta object for class 'JX Path Model Query'.

Returns:
the meta object for class 'JX Path Model Query'.
See Also:
JXPathModelQuery
Generated:

getJXPathModelQuery_Query

EAttribute getJXPathModelQuery_Query()
Deprecated. 
Returns the meta object for the attribute 'Query'.

Returns:
the meta object for the attribute 'Query'.
See Also:
JXPathModelQuery.getQuery(), getJXPathModelQuery()
Generated:

getJxpathFactory

JxpathFactory getJxpathFactory()
Deprecated. 
Returns the factory that creates the instances of the model.

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