org.topcased.sam.impl
Class IdentifiedItemImpl
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.topcased.sam.impl.IdentifiedItemImpl
- All Implemented Interfaces:
- Notifier, EModelElement, EObject, InternalEObject, IdentifiedItem
- Direct Known Subclasses:
- NamedItemImpl, SynchronisationGateImpl, TransitionImpl
public abstract class IdentifiedItemImpl
- extends EModelElementImpl
- implements IdentifiedItem
An implementation of the model object 'Identified Item'.
The following features are implemented:
- ** Generated **
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, 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 **
COMMENT_EDEFAULT
protected static final java.lang.String COMMENT_EDEFAULT
- The default value of the '
Comment
' attribute.
- See Also:
getComment()
- ** Generated **
- Ordered:
comment
protected java.lang.String comment
- The cached value of the '
Comment
' attribute.
- See Also:
getComment()
- ** Generated **
- Ordered:
REQUIREMENTS_EDEFAULT
protected static final java.lang.String REQUIREMENTS_EDEFAULT
- The default value of the '
Requirements
' attribute.
- See Also:
getRequirements()
- ** Generated **
- Ordered:
requirements
protected java.lang.String requirements
- The cached value of the '
Requirements
' attribute.
- See Also:
getRequirements()
- ** Generated **
- Ordered:
IdentifiedItemImpl
protected IdentifiedItemImpl()
-
- ** Generated **
eStaticClass
protected EClass eStaticClass()
-
- Overrides:
eStaticClass
in class EModelElementImpl
- ** Generated **
getComment
public java.lang.String getComment()
-
- Specified by:
getComment
in interface IdentifiedItem
- Returns:
- the value of the 'Comment' attribute.
- See Also:
IdentifiedItem.setComment(String)
,
SAMPackage.getIdentifiedItem_Comment()
- ** Generated **
setComment
public void setComment(java.lang.String newComment)
-
- Specified by:
setComment
in interface IdentifiedItem
- Parameters:
newComment
- the new value of the 'Comment' attribute.- See Also:
IdentifiedItem.getComment()
- ** Generated **
getRequirements
public java.lang.String getRequirements()
-
- Specified by:
getRequirements
in interface IdentifiedItem
- Returns:
- the value of the 'Requirements' attribute.
- See Also:
IdentifiedItem.setRequirements(String)
,
SAMPackage.getIdentifiedItem_Requirements()
- ** Generated **
setRequirements
public void setRequirements(java.lang.String newRequirements)
-
- Specified by:
setRequirements
in interface IdentifiedItem
- Parameters:
newRequirements
- the new value of the 'Requirements' attribute.- See Also:
IdentifiedItem.getRequirements()
- ** Generated **
eGet
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
-
- Specified by:
eGet
in interface InternalEObject
- Overrides:
eGet
in class EModelElementImpl
- ** Generated **
eSet
public void eSet(int featureID,
java.lang.Object newValue)
-
- Specified by:
eSet
in interface InternalEObject
- Overrides:
eSet
in class EModelElementImpl
- ** Generated **
eUnset
public void eUnset(int featureID)
-
- Specified by:
eUnset
in interface InternalEObject
- Overrides:
eUnset
in class EModelElementImpl
- ** Generated **
eIsSet
public boolean eIsSet(int featureID)
-
- Specified by:
eIsSet
in interface InternalEObject
- Overrides:
eIsSet
in class EModelElementImpl
- ** Generated **
toString
public java.lang.String toString()
-
- Overrides:
toString
in class BasicEObjectImpl
- ** Generated **
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.