public interface OclQueryPackage
OclQueryFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
OclQueryPackage.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 OclQueryPackage |
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 |
OCL_QUERY
The meta object id for the '
Ocl Query ' class. |
static int |
OCL_QUERY__CAN_BE_CACHED
The feature id for the 'Can Be Cached' attribute.
|
static int |
OCL_QUERY__CAN_HAVE_SIDE_EFFECTS
The feature id for the 'Can Have Side Effects' attribute.
|
static int |
OCL_QUERY__CONTEXT
The feature id for the 'Context' reference.
|
static int |
OCL_QUERY__OCL_EXPRESSION
The feature id for the 'Ocl Expression' attribute.
|
static int |
OCL_QUERY_FEATURE_COUNT
The number of structural features of the 'Ocl Query' class.
|
Modifier and Type | Method and Description |
---|---|
EReference |
getOclQuery_Context()
Returns the meta object for the reference '
Context '. |
EAttribute |
getOclQuery_OclExpression()
Returns the meta object for the attribute '
Ocl Expression '. |
EClass |
getOclQuery()
Returns the meta object for class '
Ocl Query '. |
OclQueryFactory |
getOclQueryFactory()
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 OclQueryPackage eINSTANCE
static final int OCL_QUERY
Ocl Query
' class.
org.eclipse.emf.facet.query.ocl.metamodel.oclquery.impl.OclQueryImpl
,
org.eclipse.emf.facet.query.ocl.metamodel.oclquery.impl.OclQueryPackageImpl#getOclQuery()
,
Constant Field Valuesstatic final int OCL_QUERY__CAN_HAVE_SIDE_EFFECTS
static final int OCL_QUERY__CAN_BE_CACHED
static final int OCL_QUERY__CONTEXT
static final int OCL_QUERY__OCL_EXPRESSION
static final int OCL_QUERY_FEATURE_COUNT
EClass getOclQuery()
Ocl Query
'.
OclQuery
EReference getOclQuery_Context()
Context
'.
OclQuery.getContext()
,
getOclQuery()
EAttribute getOclQuery_OclExpression()
Ocl Expression
'.
OclQuery.getOclExpression()
,
getOclQuery()
OclQueryFactory getOclQueryFactory()