public interface JavaQueryPackage
JavaQueryFactory
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
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__CAN_HAVE_SIDE_EFFECTS
The feature id for the 'Can Have Side Effects' attribute.
|
static int |
JAVA_QUERY__IMPLEMENTATION_CLASS_NAME
The feature id for the 'Implementation Class Name' attribute.
|
static int |
JAVA_QUERY_FEATURE_COUNT
The number of structural features of the 'Java Query' class.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final JavaQueryPackage eINSTANCE
static final int JAVA_QUERY
Java Query
' class.
org.eclipse.emf.facet.query.java.metamodel.v0_2_0.javaquery.impl.JavaQueryImpl
,
org.eclipse.emf.facet.query.java.metamodel.v0_2_0.javaquery.impl.JavaQueryPackageImpl#getJavaQuery()
,
Constant Field Valuesstatic final int JAVA_QUERY__CAN_HAVE_SIDE_EFFECTS
static final int JAVA_QUERY__CAN_BE_CACHED
static final int JAVA_QUERY__IMPLEMENTATION_CLASS_NAME
static final int JAVA_QUERY_FEATURE_COUNT
EClass getJavaQuery()
Java Query
'.
JavaQuery
EAttribute getJavaQuery_ImplementationClassName()
Implementation Class Name
'.
JavaQuery.getImplementationClassName()
,
getJavaQuery()
JavaQueryFactory getJavaQueryFactory()