OCL

org.topcased.checkresultmodel
Interface Rule

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
RuleImpl

public interface Rule
extends EObject

A representation of the model object 'Rule'.

The following features are supported:

See Also:
CheckresultmodelPackage.getRule()
** Generated **
Model:

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 EList<Item> getRejectedItems()
          Returns the value of the 'Rejected Items' containment reference list.
 java.lang.String getResult()
          Returns the value of the 'Result' attribute.
 java.lang.String getRuleText()
          Returns the value of the 'Rule Text' attribute
 EList<Item> getSelectedItems()
          Returns the value of the 'Selected Items' containment reference list.
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setResult(java.lang.String value)
          Sets the value of the 'Result' attribute
 void setRuleText(java.lang.String value)
          Sets the value of the 'Rule Text' attribute
 
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
 

Method Detail

getRejectedItems

EList<Item> getRejectedItems()
Returns the value of the 'Rejected Items' containment reference list. The list contents are of type Item.

If the meaning of the 'Rejected Items' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Rejected Items' containment reference list.
See Also:
CheckresultmodelPackage.getRule_RejectedItems()
** Generated **
Model:
type="org.topcased.checkresultmodel.Item" containment="true"

getRuleText

java.lang.String getRuleText()
Returns the value of the 'Rule Text' attribute.

If the meaning of the 'Rule Text' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Rule Text' attribute.
See Also:
setRuleText(String), CheckresultmodelPackage.getRule_RuleText()
** Generated **
Model:
required="true"

setRuleText

void setRuleText(java.lang.String value)
Sets the value of the 'Rule Text' attribute.

Parameters:
value - the new value of the 'Rule Text' attribute.
See Also:
getRuleText()
** Generated **

getResult

java.lang.String getResult()
Returns the value of the 'Result' attribute. The default value is "false".

If the meaning of the 'Result' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Result' attribute.
See Also:
setResult(String), CheckresultmodelPackage.getRule_Result()
** Generated **
Model:
default="false" required="true"

setResult

void setResult(java.lang.String value)
Sets the value of the 'Result' attribute.

Parameters:
value - the new value of the 'Result' attribute.
See Also:
getResult()
** Generated **

getSelectedItems

EList<Item> getSelectedItems()
Returns the value of the 'Selected Items' containment reference list. The list contents are of type Item.

If the meaning of the 'Selected Items' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Selected Items' containment reference list.
See Also:
CheckresultmodelPackage.getRule_SelectedItems()
** Generated **
Model:
type="org.topcased.checkresultmodel.Item" containment="true"

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute. The default value is "".

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), CheckresultmodelPackage.getRule_Description()
** Generated **
Model:
default="" required="true"

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()
** Generated **

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), CheckresultmodelPackage.getRule_Name()
** Generated **
Model:
required="true"

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
** Generated **

OCL

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.