org.topcased.comparisonresultmodel.impl
Class ComparisonresultmodelPackageImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.emf.ecore.impl.FlatEObjectImpl
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.ENamedElementImpl
org.eclipse.emf.ecore.impl.EPackageImpl
org.topcased.comparisonresultmodel.impl.ComparisonresultmodelPackageImpl
- All Implemented Interfaces:
- Notifier, EModelElement, ENamedElement, EObject, EPackage, InternalEObject, BasicExtendedMetaData.EPackageExtendedMetaData.Holder, ComparisonresultmodelPackage
public class ComparisonresultmodelPackageImpl
- extends EPackageImpl
- implements ComparisonresultmodelPackage
An implementation of the model Package.
- ** Generated **
Field Summary |
static java.lang.String |
copyright
|
Fields inherited from class org.eclipse.emf.ecore.impl.EPackageImpl |
eClassifiers, ecoreFactory, ecorePackage, eFactoryInstance, eNameToEClassifierMap, ePackageExtendedMetaData, eSubpackages, IS_ABSTRACT, IS_CHANGEABLE, IS_COMPOSITE, IS_DERIVED, IS_GENERATED_INSTANCE_CLASS, IS_ID, IS_INTERFACE, IS_ORDERED, IS_RESOLVABLE, IS_RESOLVE_PROXIES, IS_SERIALIZABLE, IS_TRANSIENT, IS_UNIQUE, IS_UNSETTABLE, IS_VOLATILE, NS_PREFIX_EDEFAULT, NS_URI_EDEFAULT, nsPrefix, nsURI |
Fields inherited from interface org.topcased.comparisonresultmodel.ComparisonresultmodelPackage |
COMPARISON_OBJECT, COMPARISON_OBJECT__LABEL, COMPARISON_OBJECT__REASON, COMPARISON_OBJECT__SOURCE, COMPARISON_OBJECT__SOURCE_OBJECT, COMPARISON_OBJECT_FEATURE_COUNT, CONTAINER, CONTAINER__CHILDREN, CONTAINER_FEATURE_COUNT, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI |
Methods inherited from class org.eclipse.emf.ecore.impl.EPackageImpl |
addAnnotation, addAnnotation, addEEnumLiteral, addEException, addEException, addEOperation, addEOperation, addEOperation, addEParameter, addEParameter, addEParameter, addEParameter, addEParameter, addETypeParameter, addETypeParameter, basicGetESuperPackage, basicSetEFactoryInstance, createEAttribute, createEClass, createEDataType, createEEnum, createEGenericType, createEGenericType, createEGenericType, createEReference, createResource, eBasicRemoveFromContainerFeature, eGet, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eSet, eSetProxyURI, eStaticClass, eUnset, fixEClassifiers, fixEEnumLiterals, fixEStructuralFeatures, fixInstanceClass, freeze, getEClassifier, getEClassifierGen, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getExtendedMetaData, getNsPrefix, getNsURI, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEClass, initEClass, initEClass, initEDataType, initEDataType, initEDataType, initEEnum, initEOperation, initEReference, initEReference, initEReference, initEReference, initEReference, initEReference, initEReference, initializeFromLoadedEPackage, setEFactoryInstance, setExtendedMetaData, setGeneratedClassName, setInstanceTypeName, setNamespaceURI, setNsPrefix, setNsURI, toString |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
copyright
public static final java.lang.String copyright
-
- See Also:
- Constant Field Values
- ** Generated **
init
public static ComparisonresultmodelPackage init()
- Creates, registers, and initializes the Package for this
model, and for any others upon which it depends. Simple
dependencies are satisfied by calling this method on all
dependent packages before doing anything else. This method drives
initialization for interdependent packages directly, in parallel
with this package, itself.
Of this package and its interdependencies, all packages which
have not yet been registered by their URI values are first created
and registered. The packages are then initialized in two steps:
meta-model objects for all of the packages are created before any
are initialized, since one package's meta-model objects may refer to
those of another.
Invocation of this method will not affect any packages that have
already been initialized.
- See Also:
ComparisonresultmodelPackage.eNS_URI
,
createPackageContents()
,
initializePackageContents()
- ** Generated **
getContainer
public EClass getContainer()
-
- Specified by:
getContainer
in interface ComparisonresultmodelPackage
- Returns:
- the meta object for class 'Container'.
- See Also:
Container
- ** Generated **
getContainer_Children
public EReference getContainer_Children()
-
- Specified by:
getContainer_Children
in interface ComparisonresultmodelPackage
- Returns:
- the meta object for the containment reference list 'Children'.
- See Also:
Container.getChildren()
,
ComparisonresultmodelPackage.getContainer()
- ** Generated **
getComparisonObject
public EClass getComparisonObject()
-
- Specified by:
getComparisonObject
in interface ComparisonresultmodelPackage
- Returns:
- the meta object for class 'Comparison Object'.
- See Also:
ComparisonObject
- ** Generated **
getComparisonObject_Label
public EAttribute getComparisonObject_Label()
-
- Specified by:
getComparisonObject_Label
in interface ComparisonresultmodelPackage
- Returns:
- the meta object for the attribute 'Label'.
- See Also:
ComparisonObject.getLabel()
,
ComparisonresultmodelPackage.getComparisonObject()
- ** Generated **
getComparisonObject_Reason
public EAttribute getComparisonObject_Reason()
-
- Specified by:
getComparisonObject_Reason
in interface ComparisonresultmodelPackage
- Returns:
- the meta object for the attribute 'Reason'.
- See Also:
ComparisonObject.getReason()
,
ComparisonresultmodelPackage.getComparisonObject()
- ** Generated **
getComparisonObject_Source
public EAttribute getComparisonObject_Source()
-
- Specified by:
getComparisonObject_Source
in interface ComparisonresultmodelPackage
- Returns:
- the meta object for the attribute 'Source'.
- See Also:
ComparisonObject.isSource()
,
ComparisonresultmodelPackage.getComparisonObject()
- ** Generated **
getComparisonObject_SourceObject
public EReference getComparisonObject_SourceObject()
-
- Specified by:
getComparisonObject_SourceObject
in interface ComparisonresultmodelPackage
- Returns:
- the meta object for the containment reference 'Source Object'.
- See Also:
ComparisonObject.getSourceObject()
,
ComparisonresultmodelPackage.getComparisonObject()
- ** Generated **
getComparisonresultmodelFactory
public ComparisonresultmodelFactory getComparisonresultmodelFactory()
-
- Specified by:
getComparisonresultmodelFactory
in interface ComparisonresultmodelPackage
- Returns:
- the factory that creates the instances of the model.
- ** Generated **
createPackageContents
public void createPackageContents()
- Creates the meta-model objects for the package. This method is
guarded to have no affect on any invocation but its first.
- ** Generated **
initializePackageContents
public void initializePackageContents()
- Complete the initialization of the package and its meta-model. This
method is guarded to have no affect on any invocation but its first.
- ** Generated **
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.