|
OCL | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.topcased.checkresultmodel.impl.RuleImpl
public class RuleImpl
An implementation of the model object 'Rule'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter> |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected java.lang.String |
description
The cached value of the ' Description ' attribute |
protected static java.lang.String |
DESCRIPTION_EDEFAULT
The default value of the ' Description ' attribute |
protected java.lang.String |
name
The cached value of the ' Name ' attribute |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the ' Name ' attribute |
protected EList<Item> |
rejectedItems
The cached value of the ' Rejected Items ' containment reference list |
protected java.lang.String |
result
The cached value of the ' Result ' attribute |
protected static java.lang.String |
RESULT_EDEFAULT
The default value of the ' Result ' attribute |
protected static java.lang.String |
RULE_TEXT_EDEFAULT
The default value of the ' Rule Text ' attribute |
protected java.lang.String |
ruleText
The cached value of the ' Rule Text ' attribute |
protected EList<Item> |
selectedItems
The cached value of the ' Selected Items ' containment reference list |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
RuleImpl()
|
Method Summary | |
---|---|
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)
|
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
EList<Item> |
getRejectedItems()
|
java.lang.String |
getResult()
|
java.lang.String |
getRuleText()
|
EList<Item> |
getSelectedItems()
|
void |
setDescription(java.lang.String newDescription)
|
void |
setName(java.lang.String newName)
|
void |
setResult(java.lang.String newResult)
|
void |
setRuleText(java.lang.String newRuleText)
|
java.lang.String |
toString()
|
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.common.notify.impl.BasicNotifierImpl |
---|
eNotificationRequired, eNotify |
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 |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final java.lang.String NAME_EDEFAULT
Name
' attribute.
getName()
protected java.lang.String name
Name
' attribute.
getName()
protected static final java.lang.String RULE_TEXT_EDEFAULT
Rule Text
' attribute.
getRuleText()
protected java.lang.String ruleText
Rule Text
' attribute.
getRuleText()
protected static final java.lang.String RESULT_EDEFAULT
Result
' attribute.
getResult()
,
Constant Field Valuesprotected java.lang.String result
Result
' attribute.
getResult()
protected static final java.lang.String DESCRIPTION_EDEFAULT
Description
' attribute.
getDescription()
,
Constant Field Valuesprotected java.lang.String description
Description
' attribute.
getDescription()
protected EList<Item> rejectedItems
Rejected Items
' containment reference list.
getRejectedItems()
protected EList<Item> selectedItems
Selected Items
' containment reference list.
getSelectedItems()
Constructor Detail |
---|
protected RuleImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public EList<Item> getRejectedItems()
getRejectedItems
in interface Rule
CheckresultmodelPackage.getRule_RejectedItems()
public java.lang.String getRuleText()
getRuleText
in interface Rule
Rule.setRuleText(String)
,
CheckresultmodelPackage.getRule_RuleText()
public void setRuleText(java.lang.String newRuleText)
setRuleText
in interface Rule
newRuleText
- the new value of the 'Rule Text' attribute.Rule.getRuleText()
public java.lang.String getResult()
getResult
in interface Rule
Rule.setResult(String)
,
CheckresultmodelPackage.getRule_Result()
public void setResult(java.lang.String newResult)
setResult
in interface Rule
newResult
- the new value of the 'Result' attribute.Rule.getResult()
public EList<Item> getSelectedItems()
getSelectedItems
in interface Rule
CheckresultmodelPackage.getRule_SelectedItems()
public java.lang.String getDescription()
getDescription
in interface Rule
Rule.setDescription(String)
,
CheckresultmodelPackage.getRule_Description()
public void setDescription(java.lang.String newDescription)
setDescription
in interface Rule
newDescription
- the new value of the 'Description' attribute.Rule.getDescription()
public java.lang.String getName()
getName
in interface Rule
Rule.setName(String)
,
CheckresultmodelPackage.getRule_Name()
public void setName(java.lang.String newName)
setName
in interface Rule
newName
- the new value of the 'Name' attribute.Rule.getName()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class BasicEObjectImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
public java.lang.String toString()
toString
in class BasicEObjectImpl
|
OCL | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.