org.eclipse.ocl.cst.impl
Class CollectionTypeCSImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.ocl.cst.impl.CSTNodeImpl
org.eclipse.ocl.cst.impl.OCLExpressionCSImpl
org.eclipse.ocl.cst.impl.TypeCSImpl
org.eclipse.ocl.cst.impl.CollectionTypeCSImpl
- All Implemented Interfaces:
- Notifier, EObject, InternalEObject, CollectionTypeCS, CSTNode, OCLExpressionCS, TypeCS
public class CollectionTypeCSImpl
- extends TypeCSImpl
- implements CollectionTypeCS
An implementation of the model object 'Collection Type CS'.
The following features are implemented:
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
| Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, 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, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
COLLECTION_TYPE_IDENTIFIER_EDEFAULT
protected static final CollectionTypeIdentifierEnum COLLECTION_TYPE_IDENTIFIER_EDEFAULT
- The default value of the '
Collection Type Identifier' attribute.
- See Also:
getCollectionTypeIdentifier()
collectionTypeIdentifier
protected CollectionTypeIdentifierEnum collectionTypeIdentifier
- The cached value of the '
Collection Type Identifier' attribute.
- See Also:
getCollectionTypeIdentifier()
typeCS
protected TypeCS typeCS
- The cached value of the '
Type CS' containment reference.
- See Also:
getTypeCS()
CollectionTypeCSImpl
protected CollectionTypeCSImpl()
-
eStaticClass
protected EClass eStaticClass()
-
- Overrides:
eStaticClass in class TypeCSImpl
getCollectionTypeIdentifier
public CollectionTypeIdentifierEnum getCollectionTypeIdentifier()
-
- Specified by:
getCollectionTypeIdentifier in interface CollectionTypeCS
- Returns:
- the value of the 'Collection Type Identifier' attribute.
- See Also:
CollectionTypeIdentifierEnum,
CollectionTypeCS.setCollectionTypeIdentifier(CollectionTypeIdentifierEnum),
CSTPackage.getCollectionTypeCS_CollectionTypeIdentifier()
setCollectionTypeIdentifier
public void setCollectionTypeIdentifier(CollectionTypeIdentifierEnum newCollectionTypeIdentifier)
-
- Specified by:
setCollectionTypeIdentifier in interface CollectionTypeCS
- Parameters:
newCollectionTypeIdentifier - the new value of the 'Collection Type Identifier' attribute.- See Also:
CollectionTypeIdentifierEnum,
CollectionTypeCS.getCollectionTypeIdentifier()
getTypeCS
public TypeCS getTypeCS()
-
- Specified by:
getTypeCS in interface CollectionTypeCS
- Returns:
- the value of the 'Type CS' containment reference.
- See Also:
CollectionTypeCS.setTypeCS(TypeCS),
CSTPackage.getCollectionTypeCS_TypeCS()
basicSetTypeCS
public NotificationChain basicSetTypeCS(TypeCS newTypeCS,
NotificationChain msgs)
-
setTypeCS
public void setTypeCS(TypeCS newTypeCS)
-
- Specified by:
setTypeCS in interface CollectionTypeCS
- Parameters:
newTypeCS - the new value of the 'Type CS' containment reference.- See Also:
CollectionTypeCS.getTypeCS()
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
-
- Overrides:
eInverseRemove in class BasicEObjectImpl
eGet
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
-
- Specified by:
eGet in interface InternalEObject- Overrides:
eGet in class CSTNodeImpl
eSet
public void eSet(int featureID,
Object newValue)
-
- Specified by:
eSet in interface InternalEObject- Overrides:
eSet in class CSTNodeImpl
eUnset
public void eUnset(int featureID)
-
- Specified by:
eUnset in interface InternalEObject- Overrides:
eUnset in class CSTNodeImpl
eIsSet
public boolean eIsSet(int featureID)
-
- Specified by:
eIsSet in interface InternalEObject- Overrides:
eIsSet in class CSTNodeImpl
toString
public String toString()
-
- Overrides:
toString in class CSTNodeImpl