public interface ExtensiblePackage
ExtensibleFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
ExtensiblePackage.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 ExtensiblePackage |
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 |
QUERY
The meta object id for the '
Query ' class. |
static int |
QUERY__CAN_BE_CACHED
The feature id for the 'Can Be Cached' attribute.
|
static int |
QUERY__CAN_HAVE_SIDE_EFFECTS
The feature id for the 'Can Have Side Effects' attribute.
|
static int |
QUERY_FEATURE_COUNT
The number of structural features of the 'Query' class.
|
Modifier and Type | Method and Description |
---|---|
ExtensibleFactory |
getExtensibleFactory()
Returns the factory that creates the instances of the model.
|
EAttribute |
getQuery_CanBeCached()
Returns the meta object for the attribute '
Can Be Cached '. |
EAttribute |
getQuery_CanHaveSideEffects()
Returns the meta object for the attribute '
Can Have Side Effects '. |
EClass |
getQuery()
Returns the meta object for class '
Query '. |
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final ExtensiblePackage eINSTANCE
static final int QUERY
Query
' class.
org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.extensible.impl.QueryImpl
,
org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.extensible.impl.ExtensiblePackageImpl#getQuery()
,
Constant Field Valuesstatic final int QUERY__CAN_HAVE_SIDE_EFFECTS
static final int QUERY__CAN_BE_CACHED
static final int QUERY_FEATURE_COUNT
EClass getQuery()
Query
'.
Query
EAttribute getQuery_CanHaveSideEffects()
Can Have Side Effects
'.
Query.isCanHaveSideEffects()
,
getQuery()
EAttribute getQuery_CanBeCached()
Can Be Cached
'.
Query.isCanBeCached()
,
getQuery()
ExtensibleFactory getExtensibleFactory()