|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OclQueryPackage
The Package for the model. It contains accessors for the meta objects to represent
OclQueryFactory
Nested Class Summary | |
---|---|
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 |
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Field Detail |
---|
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.papyrus.emf.facet.query.ocl.metamodel.oclquery.impl.OclQueryImpl
,
org.eclipse.papyrus.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
Method Detail |
---|
EClass getOclQuery()
Ocl Query
'.
OclQuery
EReference getOclQuery_Context()
Context
'.
OclQuery.getContext()
,
getOclQuery()
EAttribute getOclQuery_OclExpression()
Ocl Expression
'.
OclQuery.getOclExpression()
,
getOclQuery()
OclQueryFactory getOclQueryFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |