Package com._1c.g5.v8.dt.right.ql.model
Interface RightQlPackage
-
- All Superinterfaces:
org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.ENamedElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EPackage,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RightQlPackageImpl
public interface RightQlPackage extends org.eclipse.emf.ecore.EPackageThe Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
RightQlFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRightQlPackage.LiteralsDefines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
-
Field Summary
Fields Modifier and Type Field Description static RightQlPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intPREPROCESSOR_CONDITIONALThe meta object id for the 'Preprocessor Conditional' class.static intPREPROCESSOR_CONDITIONAL__PREDICATEThe feature id for the 'Predicate' containment reference.static intPREPROCESSOR_CONDITIONAL__RESTRICTIONThe feature id for the 'Restriction' containment reference.static intPREPROCESSOR_CONDITIONAL_FEATURE_COUNTThe number of structural features of the 'Preprocessor Conditional' class.static intPREPROCESSOR_CONDITIONAL_OPERATION_COUNTThe number of operations of the 'Preprocessor Conditional' class.static intPREPROCESSOR_RESTRICTIONThe meta object id for the 'Preprocessor Restriction' class.static intPREPROCESSOR_RESTRICTION__ELS_IF_PARTSThe feature id for the 'Els If Parts' containment reference list.static intPREPROCESSOR_RESTRICTION__ELSE_RESTRICTIONThe feature id for the 'Else Restriction' containment reference.static intPREPROCESSOR_RESTRICTION__IF_PARTThe feature id for the 'If Part' containment reference.static intPREPROCESSOR_RESTRICTION__OWNERThe feature id for the 'Owner' reference.static intPREPROCESSOR_RESTRICTION_FEATURE_COUNTThe number of structural features of the 'Preprocessor Restriction' class.static intPREPROCESSOR_RESTRICTION_OPERATION_COUNTThe number of operations of the 'Preprocessor Restriction' class.static intQL_RESTRICTIONThe meta object id for the 'Ql Restriction' class.static intQL_RESTRICTION__DB_VIEW_BY_FROMThe feature id for the 'Db View By From' containment reference list.static intQL_RESTRICTION__DESCRIPTION_TEMP_TABLEThe feature id for the 'Description Temp Table' containment reference list.static intQL_RESTRICTION__FILTERSThe feature id for the 'Filters' containment reference.static intQL_RESTRICTION__FROMThe feature id for the 'From' attribute.static intQL_RESTRICTION__OWNERThe feature id for the 'Owner' reference.static intQL_RESTRICTION__RESTRICT_TABLE_NAMEThe feature id for the 'Restrict Table Name' attribute.static intQL_RESTRICTION__SOURCESThe feature id for the 'Sources' containment reference list.static intQL_RESTRICTION_FEATURE_COUNTThe number of structural features of the 'Ql Restriction' class.static intQL_RESTRICTION_OPERATION_COUNTThe number of operations of the 'Ql Restriction' class.static intRESTRICTIONThe meta object id for the 'Restriction' class.static intRESTRICTION__OWNERThe feature id for the 'Owner' reference.static intRESTRICTION_FEATURE_COUNTThe number of structural features of the 'Restriction' class.static intRESTRICTION_OPERATION_COUNTThe number of operations of the 'Restriction' class.static intTEMPLATE_CALLThe meta object id for the 'Template Call' class.static intTEMPLATE_CALL__NAMEThe feature id for the 'Name' attribute.static intTEMPLATE_CALL__PARAMSThe feature id for the 'Params' containment reference list.static intTEMPLATE_CALL_FEATURE_COUNTThe number of structural features of the 'Template Call' class.static intTEMPLATE_CALL_OPERATION_COUNTThe number of operations of the 'Template Call' class.static intTEMPLATE_RESTRICTIONThe meta object id for the 'Template Restriction' class.static intTEMPLATE_RESTRICTION__OWNERThe feature id for the 'Owner' reference.static intTEMPLATE_RESTRICTION__TEMPLATEThe feature id for the 'Template' containment reference.static intTEMPLATE_RESTRICTION_FEATURE_COUNTThe number of structural features of the 'Template Restriction' class.static intTEMPLATE_RESTRICTION_OPERATION_COUNTThe number of operations of the 'Template Restriction' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClassgetPreprocessorConditional()Returns the meta object for class 'Preprocessor Conditional'.org.eclipse.emf.ecore.EReferencegetPreprocessorConditional_Predicate()Returns the meta object for the containment reference 'Predicate'.org.eclipse.emf.ecore.EReferencegetPreprocessorConditional_Restriction()Returns the meta object for the containment reference 'Restriction'.org.eclipse.emf.ecore.EClassgetPreprocessorRestriction()Returns the meta object for class 'Preprocessor Restriction'.org.eclipse.emf.ecore.EReferencegetPreprocessorRestriction_ElseRestriction()Returns the meta object for the containment reference 'Else Restriction'.org.eclipse.emf.ecore.EReferencegetPreprocessorRestriction_ElsIfParts()Returns the meta object for the containment reference list 'Els If Parts'.org.eclipse.emf.ecore.EReferencegetPreprocessorRestriction_IfPart()Returns the meta object for the containment reference 'If Part'.org.eclipse.emf.ecore.EClassgetQlRestriction()Returns the meta object for class 'Ql Restriction'.org.eclipse.emf.ecore.EReferencegetQlRestriction_DbViewByFrom()Returns the meta object for the containment reference list 'Db View By From'.org.eclipse.emf.ecore.EReferencegetQlRestriction_DescriptionTempTable()Returns the meta object for the containment reference list 'Description Temp Table'.org.eclipse.emf.ecore.EReferencegetQlRestriction_Filters()Returns the meta object for the containment reference 'Filters'.org.eclipse.emf.ecore.EAttributegetQlRestriction_From()Returns the meta object for the attribute 'From'.org.eclipse.emf.ecore.EAttributegetQlRestriction_RestrictTableName()Returns the meta object for the attribute 'Restrict Table Name'.org.eclipse.emf.ecore.EReferencegetQlRestriction_Sources()Returns the meta object for the containment reference list 'Sources'.org.eclipse.emf.ecore.EClassgetRestriction()Returns the meta object for class 'Restriction'.org.eclipse.emf.ecore.EReferencegetRestriction_Owner()Returns the meta object for the reference 'Owner'.RightQlFactorygetRightQlFactory()Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClassgetTemplateCall()Returns the meta object for class 'Template Call'.org.eclipse.emf.ecore.EReferencegetTemplateCall_Params()Returns the meta object for the containment reference list 'Params'.org.eclipse.emf.ecore.EClassgetTemplateRestriction()Returns the meta object for class 'Template Restriction'.org.eclipse.emf.ecore.EReferencegetTemplateRestriction_Template()Returns the meta object for the containment reference 'Template'.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
-
eINSTANCE
static final RightQlPackage eINSTANCE
The singleton instance of the package.
-
RESTRICTION
static final int RESTRICTION
The meta object id for the 'Restriction' class.
-
RESTRICTION__OWNER
static final int RESTRICTION__OWNER
The feature id for the 'Owner' reference.- See Also:
- Constant Field Values
-
RESTRICTION_FEATURE_COUNT
static final int RESTRICTION_FEATURE_COUNT
The number of structural features of the 'Restriction' class.- See Also:
- Constant Field Values
-
RESTRICTION_OPERATION_COUNT
static final int RESTRICTION_OPERATION_COUNT
The number of operations of the 'Restriction' class.- See Also:
- Constant Field Values
-
TEMPLATE_RESTRICTION
static final int TEMPLATE_RESTRICTION
The meta object id for the 'Template Restriction' class.
-
TEMPLATE_RESTRICTION__OWNER
static final int TEMPLATE_RESTRICTION__OWNER
The feature id for the 'Owner' reference.- See Also:
- Constant Field Values
-
TEMPLATE_RESTRICTION__TEMPLATE
static final int TEMPLATE_RESTRICTION__TEMPLATE
The feature id for the 'Template' containment reference.- See Also:
- Constant Field Values
-
TEMPLATE_RESTRICTION_FEATURE_COUNT
static final int TEMPLATE_RESTRICTION_FEATURE_COUNT
The number of structural features of the 'Template Restriction' class.- See Also:
- Constant Field Values
-
TEMPLATE_RESTRICTION_OPERATION_COUNT
static final int TEMPLATE_RESTRICTION_OPERATION_COUNT
The number of operations of the 'Template Restriction' class.- See Also:
- Constant Field Values
-
TEMPLATE_CALL
static final int TEMPLATE_CALL
The meta object id for the 'Template Call' class.
-
TEMPLATE_CALL__NAME
static final int TEMPLATE_CALL__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
TEMPLATE_CALL__PARAMS
static final int TEMPLATE_CALL__PARAMS
The feature id for the 'Params' containment reference list.- See Also:
- Constant Field Values
-
TEMPLATE_CALL_FEATURE_COUNT
static final int TEMPLATE_CALL_FEATURE_COUNT
The number of structural features of the 'Template Call' class.- See Also:
- Constant Field Values
-
TEMPLATE_CALL_OPERATION_COUNT
static final int TEMPLATE_CALL_OPERATION_COUNT
The number of operations of the 'Template Call' class.- See Also:
- Constant Field Values
-
QL_RESTRICTION
static final int QL_RESTRICTION
The meta object id for the 'Ql Restriction' class.
-
QL_RESTRICTION__OWNER
static final int QL_RESTRICTION__OWNER
The feature id for the 'Owner' reference.- See Also:
- Constant Field Values
-
QL_RESTRICTION__RESTRICT_TABLE_NAME
static final int QL_RESTRICTION__RESTRICT_TABLE_NAME
The feature id for the 'Restrict Table Name' attribute.- See Also:
- Constant Field Values
-
QL_RESTRICTION__FILTERS
static final int QL_RESTRICTION__FILTERS
The feature id for the 'Filters' containment reference.- See Also:
- Constant Field Values
-
QL_RESTRICTION__SOURCES
static final int QL_RESTRICTION__SOURCES
The feature id for the 'Sources' containment reference list.- See Also:
- Constant Field Values
-
QL_RESTRICTION__DB_VIEW_BY_FROM
static final int QL_RESTRICTION__DB_VIEW_BY_FROM
The feature id for the 'Db View By From' containment reference list.- See Also:
- Constant Field Values
-
QL_RESTRICTION__DESCRIPTION_TEMP_TABLE
static final int QL_RESTRICTION__DESCRIPTION_TEMP_TABLE
The feature id for the 'Description Temp Table' containment reference list.- See Also:
- Constant Field Values
-
QL_RESTRICTION__FROM
static final int QL_RESTRICTION__FROM
The feature id for the 'From' attribute.- See Also:
- Constant Field Values
-
QL_RESTRICTION_FEATURE_COUNT
static final int QL_RESTRICTION_FEATURE_COUNT
The number of structural features of the 'Ql Restriction' class.- See Also:
- Constant Field Values
-
QL_RESTRICTION_OPERATION_COUNT
static final int QL_RESTRICTION_OPERATION_COUNT
The number of operations of the 'Ql Restriction' class.- See Also:
- Constant Field Values
-
PREPROCESSOR_RESTRICTION
static final int PREPROCESSOR_RESTRICTION
The meta object id for the 'Preprocessor Restriction' class.
-
PREPROCESSOR_RESTRICTION__OWNER
static final int PREPROCESSOR_RESTRICTION__OWNER
The feature id for the 'Owner' reference.- See Also:
- Constant Field Values
-
PREPROCESSOR_RESTRICTION__IF_PART
static final int PREPROCESSOR_RESTRICTION__IF_PART
The feature id for the 'If Part' containment reference.- See Also:
- Constant Field Values
-
PREPROCESSOR_RESTRICTION__ELS_IF_PARTS
static final int PREPROCESSOR_RESTRICTION__ELS_IF_PARTS
The feature id for the 'Els If Parts' containment reference list.- See Also:
- Constant Field Values
-
PREPROCESSOR_RESTRICTION__ELSE_RESTRICTION
static final int PREPROCESSOR_RESTRICTION__ELSE_RESTRICTION
The feature id for the 'Else Restriction' containment reference.- See Also:
- Constant Field Values
-
PREPROCESSOR_RESTRICTION_FEATURE_COUNT
static final int PREPROCESSOR_RESTRICTION_FEATURE_COUNT
The number of structural features of the 'Preprocessor Restriction' class.- See Also:
- Constant Field Values
-
PREPROCESSOR_RESTRICTION_OPERATION_COUNT
static final int PREPROCESSOR_RESTRICTION_OPERATION_COUNT
The number of operations of the 'Preprocessor Restriction' class.- See Also:
- Constant Field Values
-
PREPROCESSOR_CONDITIONAL
static final int PREPROCESSOR_CONDITIONAL
The meta object id for the 'Preprocessor Conditional' class.
-
PREPROCESSOR_CONDITIONAL__PREDICATE
static final int PREPROCESSOR_CONDITIONAL__PREDICATE
The feature id for the 'Predicate' containment reference.- See Also:
- Constant Field Values
-
PREPROCESSOR_CONDITIONAL__RESTRICTION
static final int PREPROCESSOR_CONDITIONAL__RESTRICTION
The feature id for the 'Restriction' containment reference.- See Also:
- Constant Field Values
-
PREPROCESSOR_CONDITIONAL_FEATURE_COUNT
static final int PREPROCESSOR_CONDITIONAL_FEATURE_COUNT
The number of structural features of the 'Preprocessor Conditional' class.- See Also:
- Constant Field Values
-
PREPROCESSOR_CONDITIONAL_OPERATION_COUNT
static final int PREPROCESSOR_CONDITIONAL_OPERATION_COUNT
The number of operations of the 'Preprocessor Conditional' class.- See Also:
- Constant Field Values
-
-
Method Detail
-
getRestriction
org.eclipse.emf.ecore.EClass getRestriction()
Returns the meta object for class 'Restriction'.- Returns:
- the meta object for class 'Restriction'.
- See Also:
Restriction
-
getRestriction_Owner
org.eclipse.emf.ecore.EReference getRestriction_Owner()
Returns the meta object for the reference 'Owner'.- Returns:
- the meta object for the reference 'Owner'.
- See Also:
Restriction.getOwner(),getRestriction()
-
getTemplateRestriction
org.eclipse.emf.ecore.EClass getTemplateRestriction()
Returns the meta object for class 'Template Restriction'.- Returns:
- the meta object for class 'Template Restriction'.
- See Also:
TemplateRestriction
-
getTemplateRestriction_Template
org.eclipse.emf.ecore.EReference getTemplateRestriction_Template()
Returns the meta object for the containment reference 'Template'.- Returns:
- the meta object for the containment reference 'Template'.
- See Also:
TemplateRestriction.getTemplate(),getTemplateRestriction()
-
getTemplateCall
org.eclipse.emf.ecore.EClass getTemplateCall()
Returns the meta object for class 'Template Call'.- Returns:
- the meta object for class 'Template Call'.
- See Also:
TemplateCall
-
getTemplateCall_Params
org.eclipse.emf.ecore.EReference getTemplateCall_Params()
Returns the meta object for the containment reference list 'Params'.- Returns:
- the meta object for the containment reference list 'Params'.
- See Also:
TemplateCall.getParams(),getTemplateCall()
-
getQlRestriction
org.eclipse.emf.ecore.EClass getQlRestriction()
Returns the meta object for class 'Ql Restriction'.- Returns:
- the meta object for class 'Ql Restriction'.
- See Also:
QlRestriction
-
getQlRestriction_RestrictTableName
org.eclipse.emf.ecore.EAttribute getQlRestriction_RestrictTableName()
Returns the meta object for the attribute 'Restrict Table Name'.- Returns:
- the meta object for the attribute 'Restrict Table Name'.
- See Also:
QlRestriction.getRestrictTableName(),getQlRestriction()
-
getQlRestriction_Filters
org.eclipse.emf.ecore.EReference getQlRestriction_Filters()
Returns the meta object for the containment reference 'Filters'.- Returns:
- the meta object for the containment reference 'Filters'.
- See Also:
QlRestriction.getFilters(),getQlRestriction()
-
getQlRestriction_Sources
org.eclipse.emf.ecore.EReference getQlRestriction_Sources()
Returns the meta object for the containment reference list 'Sources'.- Returns:
- the meta object for the containment reference list 'Sources'.
- See Also:
QlRestriction.getSources(),getQlRestriction()
-
getQlRestriction_DbViewByFrom
org.eclipse.emf.ecore.EReference getQlRestriction_DbViewByFrom()
Returns the meta object for the containment reference list 'Db View By From'.- Returns:
- the meta object for the containment reference list 'Db View By From'.
- See Also:
QlRestriction.getDbViewByFrom(),getQlRestriction()
-
getQlRestriction_DescriptionTempTable
org.eclipse.emf.ecore.EReference getQlRestriction_DescriptionTempTable()
Returns the meta object for the containment reference list 'Description Temp Table'.- Returns:
- the meta object for the containment reference list 'Description Temp Table'.
- See Also:
QlRestriction.getDescriptionTempTable(),getQlRestriction()
-
getQlRestriction_From
org.eclipse.emf.ecore.EAttribute getQlRestriction_From()
Returns the meta object for the attribute 'From'.- Returns:
- the meta object for the attribute 'From'.
- See Also:
QlRestriction.isFrom(),getQlRestriction()
-
getPreprocessorRestriction
org.eclipse.emf.ecore.EClass getPreprocessorRestriction()
Returns the meta object for class 'Preprocessor Restriction'.- Returns:
- the meta object for class 'Preprocessor Restriction'.
- See Also:
PreprocessorRestriction
-
getPreprocessorRestriction_IfPart
org.eclipse.emf.ecore.EReference getPreprocessorRestriction_IfPart()
Returns the meta object for the containment reference 'If Part'.- Returns:
- the meta object for the containment reference 'If Part'.
- See Also:
PreprocessorRestriction.getIfPart(),getPreprocessorRestriction()
-
getPreprocessorRestriction_ElsIfParts
org.eclipse.emf.ecore.EReference getPreprocessorRestriction_ElsIfParts()
Returns the meta object for the containment reference list 'Els If Parts'.- Returns:
- the meta object for the containment reference list 'Els If Parts'.
- See Also:
PreprocessorRestriction.getElsIfParts(),getPreprocessorRestriction()
-
getPreprocessorRestriction_ElseRestriction
org.eclipse.emf.ecore.EReference getPreprocessorRestriction_ElseRestriction()
Returns the meta object for the containment reference 'Else Restriction'.- Returns:
- the meta object for the containment reference 'Else Restriction'.
- See Also:
PreprocessorRestriction.getElseRestriction(),getPreprocessorRestriction()
-
getPreprocessorConditional
org.eclipse.emf.ecore.EClass getPreprocessorConditional()
Returns the meta object for class 'Preprocessor Conditional'.- Returns:
- the meta object for class 'Preprocessor Conditional'.
- See Also:
PreprocessorConditional
-
getPreprocessorConditional_Predicate
org.eclipse.emf.ecore.EReference getPreprocessorConditional_Predicate()
Returns the meta object for the containment reference 'Predicate'.- Returns:
- the meta object for the containment reference 'Predicate'.
- See Also:
PreprocessorConditional.getPredicate(),getPreprocessorConditional()
-
getPreprocessorConditional_Restriction
org.eclipse.emf.ecore.EReference getPreprocessorConditional_Restriction()
Returns the meta object for the containment reference 'Restriction'.- Returns:
- the meta object for the containment reference 'Restriction'.
- See Also:
PreprocessorConditional.getRestriction(),getPreprocessorConditional()
-
getRightQlFactory
RightQlFactory getRightQlFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-