org.eclipse.ocl.uml.impl
Class TemplateParameterTypeImpl

java.lang.Object
  extended by ClassifierImpl
      extended by org.eclipse.ocl.uml.impl.TemplateParameterTypeImpl
All Implemented Interfaces:
TemplateParameterType<Operation>

public class TemplateParameterTypeImpl
extends ClassifierImpl
implements TemplateParameterType

An implementation of the model object 'Template Parameter Type'.

Since:
3.0

The following features are implemented:


Field Summary
protected static int[] FEATURE_ESUBSETS
          The array of subset feature identifiers for the 'Feature' reference list
protected   ownedOperations
          The cached value of the 'Owned Operation' containment reference list
protected  java.lang.String specification
          The cached value of the 'Specification' attribute
protected static java.lang.String SPECIFICATION_EDEFAULT
          The default value of the 'Specification' attribute
 
Constructor Summary
protected TemplateParameterTypeImpl()
           
 
Method Summary
 int eBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class<?> baseClass)
           
 int eDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class<?> baseClass)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
  getFeatures()
           
 Operation getOwnedOperation(java.lang.String name,  ownedParameterNames,  ownedParameterTypes)
           
 Operation getOwnedOperation(java.lang.String name,  ownedParameterNames,  ownedParameterTypes, boolean ignoreCase)
           
  getOwnedOperations()
           
 java.lang.String getSpecification()
           
 boolean isSetFeatures()
           
 void setSpecification(java.lang.String newSpecification)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SPECIFICATION_EDEFAULT

protected static final java.lang.String SPECIFICATION_EDEFAULT
The default value of the 'Specification' attribute.

See Also:
getSpecification()

specification

protected java.lang.String specification
The cached value of the 'Specification' attribute.

See Also:
getSpecification()

ownedOperations

protected  ownedOperations
The cached value of the 'Owned Operation' containment reference list.

See Also:
getOwnedOperations()

FEATURE_ESUBSETS

protected static final int[] FEATURE_ESUBSETS
The array of subset feature identifiers for the 'Feature' reference list.

See Also:
getFeatures()
Constructor Detail

TemplateParameterTypeImpl

protected TemplateParameterTypeImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getSpecification

public java.lang.String getSpecification()

Specified by:
getSpecification in interface TemplateParameterType<Operation>
Returns:
the value of the 'Specification' attribute.
See Also:
TemplateParameterType.setSpecification(String), TypesPackage.getTemplateParameterType_Specification()

setSpecification

public void setSpecification(java.lang.String newSpecification)

Specified by:
setSpecification in interface TemplateParameterType<Operation>
Parameters:
newSpecification - the new value of the 'Specification' attribute.
See Also:
TemplateParameterType.getSpecification()

getFeatures

public  getFeatures()


getOwnedOperations

public  getOwnedOperations()


getOwnedOperation

public Operation getOwnedOperation(java.lang.String name,
                                    ownedParameterNames,
                                    ownedParameterTypes)


getOwnedOperation

public Operation getOwnedOperation(java.lang.String name,
                                    ownedParameterNames,
                                    ownedParameterTypes,
                                   boolean ignoreCase)


eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


eBaseStructuralFeatureID

public int eBaseStructuralFeatureID(int derivedFeatureID,
                                    java.lang.Class<?> baseClass)


eDerivedStructuralFeatureID

public int eDerivedStructuralFeatureID(int baseFeatureID,
                                       java.lang.Class<?> baseClass)


toString

public java.lang.String toString()


isSetFeatures

public boolean isSetFeatures()


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.