public interface TraceabilityPackage
extends org.eclipse.emf.ecore.EPackage
TraceabilityFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
TraceabilityPackage.Literals
Defines 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
|
| Modifier and Type | Field and Description |
|---|---|
static TraceabilityPackage |
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 |
TRACE
The meta object id for the '
Trace' class. |
static int |
TRACE__ID
The feature id for the 'Id' attribute.
|
static int |
TRACE__OBJECTS
The feature id for the 'Objects' attribute list.
|
static int |
TRACE__PARAMS
The feature id for the 'Params' reference list.
|
static int |
TRACE__TARGETS
The feature id for the 'Targets' reference list.
|
static int |
TRACE_FEATURE_COUNT
The number of structural features of the 'Trace' class.
|
static int |
TRACE_OPERATION_COUNT
The number of operations of the 'Trace' class.
|
static int |
TRACEABILITY
The meta object id for the '
Traceability' class. |
static int |
TRACEABILITY__ID
The feature id for the 'Id' attribute.
|
static int |
TRACEABILITY__TRACES
The feature id for the 'Traces' containment reference list.
|
static int |
TRACEABILITY_FEATURE_COUNT
The number of structural features of the 'Traceability' class.
|
static int |
TRACEABILITY_OPERATION_COUNT
The number of operations of the 'Traceability' class.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EAttribute |
getTrace_Id()
Returns the meta object for the attribute '
Id'. |
org.eclipse.emf.ecore.EAttribute |
getTrace_Objects()
Returns the meta object for the attribute list '
Objects'. |
org.eclipse.emf.ecore.EReference |
getTrace_Params()
Returns the meta object for the reference list '
Params'. |
org.eclipse.emf.ecore.EReference |
getTrace_Targets()
Returns the meta object for the reference list '
Targets'. |
org.eclipse.emf.ecore.EClass |
getTrace()
Returns the meta object for class '
Trace'. |
org.eclipse.emf.ecore.EAttribute |
getTraceability_Id()
Returns the meta object for the attribute '
Id'. |
org.eclipse.emf.ecore.EReference |
getTraceability_Traces()
Returns the meta object for the containment reference list '
Traces'. |
org.eclipse.emf.ecore.EClass |
getTraceability()
Returns the meta object for class '
Traceability'. |
TraceabilityFactory |
getTraceabilityFactory()
Returns the factory that creates the instances of the model.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final TraceabilityPackage eINSTANCE
static final int TRACEABILITY
Traceability' class.
static final int TRACEABILITY__TRACES
static final int TRACEABILITY__ID
static final int TRACEABILITY_FEATURE_COUNT
static final int TRACEABILITY_OPERATION_COUNT
static final int TRACE
Trace' class.
static final int TRACE__TARGETS
static final int TRACE__ID
static final int TRACE__PARAMS
static final int TRACE__OBJECTS
static final int TRACE_FEATURE_COUNT
static final int TRACE_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getTraceability()
Traceability'.
Traceabilityorg.eclipse.emf.ecore.EReference getTraceability_Traces()
Traces'.
Traceability.getTraces(),
getTraceability()org.eclipse.emf.ecore.EAttribute getTraceability_Id()
Id'.
Traceability.getId(),
getTraceability()org.eclipse.emf.ecore.EClass getTrace()
Trace'.
Traceorg.eclipse.emf.ecore.EReference getTrace_Targets()
Targets'.
Trace.getTargets(),
getTrace()org.eclipse.emf.ecore.EAttribute getTrace_Id()
Id'.
Trace.getId(),
getTrace()org.eclipse.emf.ecore.EReference getTrace_Params()
Params'.
Trace.getParams(),
getTrace()org.eclipse.emf.ecore.EAttribute getTrace_Objects()
Objects'.
Trace.getObjects(),
getTrace()TraceabilityFactory getTraceabilityFactory()