EGF Engine
Release 0.1.0

org.eclipse.egf.pattern.relations.impl
Class PatternRelationImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.egf.pattern.relations.impl.PatternRelationImpl
All Implemented Interfaces:
PatternRelation
Direct Known Subclasses:
CallParameterImpl, ParameterRelationImpl, ReferenceRelationImpl

public abstract class PatternRelationImpl
extends EObjectImpl
implements PatternRelation

An implementation of the model object 'Pattern Relation'.

The following features are implemented:


Field Summary
protected  String name
          The cached value of the 'Name' attribute
protected static String NAME_EDEFAULT
          The default value of the 'Name' attribute
 
Constructor Summary
protected PatternRelationImpl()
           
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 String getName()
           
 void setName(String newName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME_EDEFAULT

protected static final String NAME_EDEFAULT
The default value of the 'Name' attribute.

See Also:
getName()

name

protected String name
The cached value of the 'Name' attribute.

See Also:
getName()
Constructor Detail

PatternRelationImpl

protected PatternRelationImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getName

public String getName()

Specified by:
getName in interface PatternRelation
Returns:
the value of the 'Name' attribute.
See Also:
PatternRelation.setName(String), RelationsPackage.getPatternRelation_Name()

setName

public void setName(String newName)

Specified by:
setName in interface PatternRelation
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
PatternRelation.getName()

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public String toString()


EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.