@Deprecated
public interface JxpathPackage
JxpathFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
JxpathPackage.Literals
Deprecated.
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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'. |
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final JxpathPackage eINSTANCE
static final int JX_PATH_MODEL_QUERY
JX Path Model Query' class.
org.eclipse.gmt.modisco.infra.query.jxpath.impl.JXPathModelQueryImpl,
org.eclipse.gmt.modisco.infra.query.jxpath.impl.JxpathPackageImpl#getJXPathModelQuery(),
Constant Field Valuesstatic final int JX_PATH_MODEL_QUERY__NAME
static final int JX_PATH_MODEL_QUERY__DESCRIPTION
static final int JX_PATH_MODEL_QUERY__RETURN_TYPE
static final int JX_PATH_MODEL_QUERY__SCOPE
static final int JX_PATH_MODEL_QUERY__MODEL_QUERY_SET
static final int JX_PATH_MODEL_QUERY__PARAMETERS
static final int JX_PATH_MODEL_QUERY__IS_EXTERNAL_CONTEXT_DEPENDENT
static final int JX_PATH_MODEL_QUERY__UPPER_BOUND
static final int JX_PATH_MODEL_QUERY__LOWER_BOUND
static final int JX_PATH_MODEL_QUERY__QUERY
static final int JX_PATH_MODEL_QUERY_FEATURE_COUNT
EClass getJXPathModelQuery()
JX Path Model Query'.
JXPathModelQueryEAttribute getJXPathModelQuery_Query()
Query'.
JXPathModelQuery.getQuery(),
getJXPathModelQuery()JxpathFactory getJxpathFactory()