|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEObjectImpl
de.uka.ipd.sdq.featuremodel.impl.NamedElementImpl
de.uka.ipd.sdq.featuremodel.impl.ConstraintImpl
public abstract class ConstraintImpl
An implementation of the model object 'Constraint'.
The following features are implemented:
| Field Summary | |
|---|---|
protected String |
description
The cached value of the ' Description' attribute. |
protected static String |
DESCRIPTION_EDEFAULT
The default value of the ' Description' attribute. |
protected Feature |
source
The cached value of the ' Source' reference. |
protected |
target
The cached value of the ' Target' reference list. |
| Fields inherited from class de.uka.ipd.sdq.featuremodel.impl.NamedElementImpl |
|---|
name, NAME_EDEFAULT |
| Constructor Summary | |
|---|---|
protected |
ConstraintImpl()
|
| Method Summary | |
|---|---|
Feature |
basicGetSource()
|
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 |
getDescription()
|
Feature |
getSource()
|
|
getTarget()
|
void |
setDescription(String newDescription)
|
void |
setSource(Feature newSource)
|
String |
toString()
|
| Methods inherited from class de.uka.ipd.sdq.featuremodel.impl.NamedElementImpl |
|---|
getName, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface de.uka.ipd.sdq.featuremodel.NamedElement |
|---|
getName, setName |
| Field Detail |
|---|
protected Feature source
Source' reference.
getSource()protectedtarget
Target' reference list.
getTarget()protected static final String DESCRIPTION_EDEFAULT
Description' attribute.
getDescription()protected String description
Description' attribute.
getDescription()| Constructor Detail |
|---|
protected ConstraintImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
eStaticClass in class NamedElementImplpublic Feature getSource()
getSource in interface ConstraintConstraint.setSource(Feature),
featuremodelPackage.getConstraint_Source()public Feature basicGetSource()
public void setSource(Feature newSource)
setSource in interface ConstraintnewSource - the new value of the 'Source' reference.Constraint.getSource()publicgetTarget()
getTarget in interface ConstraintfeaturemodelPackage.getConstraint_Target()public String getDescription()
getDescription in interface ConstraintConstraint.setDescription(String),
featuremodelPackage.getConstraint_Description()public void setDescription(String newDescription)
setDescription in interface ConstraintnewDescription - the new value of the 'Description' attribute.Constraint.getDescription()
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class NamedElementImpl
public void eSet(int featureID,
Object newValue)
eSet in class NamedElementImplpublic void eUnset(int featureID)
eUnset in class NamedElementImplpublic boolean eIsSet(int featureID)
eIsSet in class NamedElementImplpublic String toString()
toString in class NamedElementImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||