public interface DocGenValidationPackage
extends org.eclipse.emf.ecore.EPackage
DocGenValidationFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
DocGenValidationPackage.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 DocGenValidationPackage |
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 |
RULE
The meta object id for the '
Rule ' class. |
static int |
RULE__DESCRIPTION
The feature id for the 'Description' attribute.
|
static int |
RULE__NAME
The feature id for the 'Name' attribute.
|
static int |
RULE__SEVERITY
The feature id for the 'Severity' attribute.
|
static int |
RULE__VIOLATIONS
The feature id for the 'Violations' containment reference
list.
|
static int |
RULE_FEATURE_COUNT
The number of structural features of the 'Rule' class.
|
static int |
SEVERITY
The meta object id for the '
Severity ' enum. |
static int |
SUITE
The meta object id for the '
Suite ' class. |
static int |
SUITE__NAME
The feature id for the 'Name' attribute.
|
static int |
SUITE__OWN_SECTION
The feature id for the 'Own Section' attribute.
|
static int |
SUITE__RULES
The feature id for the 'Rules' containment reference
list.
|
static int |
SUITE__SHOW_DETAIL
The feature id for the 'Show Detail' attribute.
|
static int |
SUITE__SHOW_SUMMARY
The feature id for the 'Show Summary' attribute.
|
static int |
SUITE_FEATURE_COUNT
The number of structural features of the 'Suite' class.
|
static int |
VIOLATION
The meta object id for the '
Violation ' class. |
static int |
VIOLATION__COMMENT
The feature id for the 'Comment' attribute.
|
static int |
VIOLATION__ELEMENT_ID
The feature id for the 'Element Id' attribute.
|
static int |
VIOLATION_FEATURE_COUNT
The number of structural features of the 'Violation' class.
|
Modifier and Type | Method and Description |
---|---|
DocGenValidationFactory |
getDgvalidationFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EAttribute |
getRule_Description()
Returns the meta object for the attribute '
Description '. |
org.eclipse.emf.ecore.EAttribute |
getRule_Name()
Returns the meta object for the attribute '
Name '. |
org.eclipse.emf.ecore.EAttribute |
getRule_Severity()
Returns the meta object for the attribute '
Severity '. |
org.eclipse.emf.ecore.EReference |
getRule_Violations()
Returns the meta object for the containment reference list '
Violations '. |
org.eclipse.emf.ecore.EClass |
getRule()
Returns the meta object for class '
Rule '. |
org.eclipse.emf.ecore.EEnum |
getSeverity()
Returns the meta object for enum '
Severity '. |
org.eclipse.emf.ecore.EAttribute |
getSuite_Name()
Returns the meta object for the attribute '
Name '. |
org.eclipse.emf.ecore.EAttribute |
getSuite_OwnSection()
Returns the meta object for the attribute '
Own Section '. |
org.eclipse.emf.ecore.EReference |
getSuite_Rules()
Returns the meta object for the containment reference list '
Rules '. |
org.eclipse.emf.ecore.EAttribute |
getSuite_ShowDetail()
Returns the meta object for the attribute '
Show Detail '. |
org.eclipse.emf.ecore.EAttribute |
getSuite_ShowSummary()
Returns the meta object for the attribute '
Show Summary '. |
org.eclipse.emf.ecore.EClass |
getSuite()
Returns the meta object for class '
Suite '. |
org.eclipse.emf.ecore.EAttribute |
getViolation_Comment()
Returns the meta object for the attribute '
Comment '. |
org.eclipse.emf.ecore.EAttribute |
getViolation_ElementId()
Returns the meta object for the attribute '
Element Id '. |
org.eclipse.emf.ecore.EClass |
getViolation()
Returns the meta object for class '
Violation '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final DocGenValidationPackage eINSTANCE
static final int RULE
Rule
' class. static final int RULE__NAME
static final int RULE__DESCRIPTION
static final int RULE__SEVERITY
static final int RULE__VIOLATIONS
static final int RULE_FEATURE_COUNT
static final int VIOLATION
Violation
' class. static final int VIOLATION__ELEMENT_ID
static final int VIOLATION__COMMENT
static final int VIOLATION_FEATURE_COUNT
static final int SUITE
Suite
' class. static final int SUITE__SHOW_DETAIL
static final int SUITE__SHOW_SUMMARY
static final int SUITE__OWN_SECTION
static final int SUITE__NAME
static final int SUITE__RULES
static final int SUITE_FEATURE_COUNT
static final int SEVERITY
Severity
' enum. org.eclipse.emf.ecore.EClass getRule()
Rule
'.
Rule
org.eclipse.emf.ecore.EAttribute getRule_Name()
Name
'. Rule.getName()
,
getRule()
org.eclipse.emf.ecore.EAttribute getRule_Description()
Description
'. Rule.getDescription()
,
getRule()
org.eclipse.emf.ecore.EAttribute getRule_Severity()
Severity
'. Rule.getSeverity()
,
getRule()
org.eclipse.emf.ecore.EReference getRule_Violations()
Violations
'. Rule.getViolations()
,
getRule()
org.eclipse.emf.ecore.EClass getViolation()
Violation
'. Violation
org.eclipse.emf.ecore.EAttribute getViolation_ElementId()
Element Id
'. Violation.getElementId()
,
getViolation()
org.eclipse.emf.ecore.EAttribute getViolation_Comment()
Comment
'. Violation.getComment()
,
getViolation()
org.eclipse.emf.ecore.EClass getSuite()
Suite
'.
Suite
org.eclipse.emf.ecore.EAttribute getSuite_ShowDetail()
Show Detail
'. Suite.isShowDetail()
,
getSuite()
org.eclipse.emf.ecore.EAttribute getSuite_ShowSummary()
Show Summary
'. Suite.isShowSummary()
,
getSuite()
org.eclipse.emf.ecore.EAttribute getSuite_OwnSection()
Own Section
'. Suite.isOwnSection()
,
getSuite()
org.eclipse.emf.ecore.EAttribute getSuite_Name()
Name
'. Suite.getName()
,
getSuite()
org.eclipse.emf.ecore.EReference getSuite_Rules()
Rules
'. Suite.getRules()
,
getSuite()
org.eclipse.emf.ecore.EEnum getSeverity()
Severity
'. Severity
DocGenValidationFactory getDgvalidationFactory()