public interface QueryPackage
QueryFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
QueryPackage.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 QueryPackage |
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 |
URI_IMAGE_QUERY
The meta object id for the '
URI Image Query ' class. |
static int |
URI_IMAGE_QUERY__CAN_BE_CACHED
The feature id for the 'Can Be Cached' attribute.
|
static int |
URI_IMAGE_QUERY__CAN_HAVE_SIDE_EFFECTS
The feature id for the 'Can Have Side Effects' attribute.
|
static int |
URI_IMAGE_QUERY__URI
The feature id for the 'Uri' attribute.
|
static int |
URI_IMAGE_QUERY_FEATURE_COUNT
The number of structural features of the 'URI Image Query' class.
|
Modifier and Type | Method and Description |
---|---|
QueryFactory |
getQueryFactory()
Returns the factory that creates the instances of the model.
|
EAttribute |
getURIImageQuery_Uri()
Returns the meta object for the attribute '
Uri '. |
EClass |
getURIImageQuery()
Returns the meta object for class '
URI Image Query '. |
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final QueryPackage eINSTANCE
static final int URI_IMAGE_QUERY
URI Image Query
' class.
org.eclipse.emf.facet.custom.metamodel.v0_3_0.query.impl.URIImageQueryImpl
,
org.eclipse.emf.facet.custom.metamodel.v0_3_0.query.impl.QueryPackageImpl#getURIImageQuery()
,
Constant Field Valuesstatic final int URI_IMAGE_QUERY__CAN_HAVE_SIDE_EFFECTS
static final int URI_IMAGE_QUERY__CAN_BE_CACHED
static final int URI_IMAGE_QUERY__URI
static final int URI_IMAGE_QUERY_FEATURE_COUNT
EClass getURIImageQuery()
URI Image Query
'.
URIImageQuery
EAttribute getURIImageQuery_Uri()
Uri
'.
URIImageQuery.getUri()
,
getURIImageQuery()
QueryFactory getQueryFactory()