public interface VRulerepositoryPackage
extends org.eclipse.emf.ecore.EPackage
VRulerepositoryFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
VRulerepositoryPackage.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 VRulerepositoryPackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
static int |
MERGE_TYPE
The meta object id for the '
Merge Type '
enum. |
static int |
RULE_ENTRY
The meta object id for the '
Rule Entry ' class. |
static int |
RULE_ENTRY__ELEMENTS
The feature id for the 'Elements' reference list.
|
static int |
RULE_ENTRY__MERGE_TYPE
The feature id for the 'Merge Type' attribute.
|
static int |
RULE_ENTRY__NAME
The feature id for the 'Name' attribute.
|
static int |
RULE_ENTRY__RULE
The feature id for the 'Rule' containment reference.
|
static int |
RULE_ENTRY_FEATURE_COUNT
The number of structural features of the 'Rule Entry' class.
|
static int |
RULE_REPOSITORY
The meta object id for the '
Rule Repository ' class. |
static int |
RULE_REPOSITORY__RULE_ENTRIES
The feature id for the 'Rule Entries' containment reference list.
|
static int |
RULE_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Rule Repository' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EEnum |
getMergeType()
Returns the meta object for enum '
Merge
Type '. |
org.eclipse.emf.ecore.EReference |
getRuleEntry_Elements()
Returns the meta object for the reference list
'
Elements '. |
org.eclipse.emf.ecore.EAttribute |
getRuleEntry_MergeType()
Returns the meta object for the attribute
'
Merge Type '. |
org.eclipse.emf.ecore.EAttribute |
getRuleEntry_Name()
Returns the meta object for the attribute
'
Name '. |
org.eclipse.emf.ecore.EReference |
getRuleEntry_Rule()
Returns the meta object for the containment reference
'
Rule '. |
org.eclipse.emf.ecore.EClass |
getRuleEntry()
Returns the meta object for class '
Rule
Entry '. |
org.eclipse.emf.ecore.EReference |
getRuleRepository_RuleEntries()
Returns the meta object for the containment reference list
'
Rule Entries '. |
org.eclipse.emf.ecore.EClass |
getRuleRepository()
Returns the meta object for class '
Rule
Repository '. |
VRulerepositoryFactory |
getRulerepositoryFactory()
Returns the factory that creates the instances of the model.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final VRulerepositoryPackage eINSTANCE
static final int RULE_REPOSITORY
Rule Repository
' class.
static final int RULE_REPOSITORY__RULE_ENTRIES
static final int RULE_REPOSITORY_FEATURE_COUNT
static final int RULE_ENTRY
Rule Entry
' class. static final int RULE_ENTRY__NAME
static final int RULE_ENTRY__RULE
static final int RULE_ENTRY__ELEMENTS
static final int RULE_ENTRY__MERGE_TYPE
static final int RULE_ENTRY_FEATURE_COUNT
static final int MERGE_TYPE
Merge Type
'
enum.
org.eclipse.emf.ecore.EClass getRuleRepository()
Rule
Repository
'.
VRuleRepository
org.eclipse.emf.ecore.EReference getRuleRepository_RuleEntries()
Rule Entries
'.
VRuleRepository.getRuleEntries()
,
getRuleRepository()
org.eclipse.emf.ecore.EClass getRuleEntry()
Rule
Entry
'.
VRuleEntry
org.eclipse.emf.ecore.EAttribute getRuleEntry_Name()
Name
'.
VRuleEntry.getName()
,
getRuleEntry()
org.eclipse.emf.ecore.EReference getRuleEntry_Rule()
Rule
'.
VRuleEntry.getRule()
,
getRuleEntry()
org.eclipse.emf.ecore.EReference getRuleEntry_Elements()
Elements
'.
VRuleEntry.getElements()
,
getRuleEntry()
org.eclipse.emf.ecore.EAttribute getRuleEntry_MergeType()
Merge Type
'.
VRuleEntry.getMergeType()
,
getRuleEntry()
org.eclipse.emf.ecore.EEnum getMergeType()
Merge
Type
'.
MergeType
VRulerepositoryFactory getRulerepositoryFactory()
Copyright © 2017. All rights reserved.