org.eclipse.epsilon.hutn.model.config.hutnConfig
Interface Rule

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
DefaultValueRule, IdentifierRule
All Known Implementing Classes:
DefaultValueRuleImpl, IdentifierRuleImpl, RuleImpl

public interface Rule
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Rule'.

The following features are supported:

See Also:
HutnConfigPackage.getRule()

Method Summary
 java.lang.String getAttribute()
          Returns the value of the 'Attribute' attribute.
 java.lang.String getClassifier()
          Returns the value of the 'Classifier' attribute.
 void setAttribute(java.lang.String value)
          Sets the value of the 'Attribute' attribute.
 void setClassifier(java.lang.String value)
          Sets the value of the 'Classifier' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getClassifier

java.lang.String getClassifier()
Returns the value of the 'Classifier' attribute.

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

Returns:
the value of the 'Classifier' attribute.
See Also:
setClassifier(String), HutnConfigPackage.getRule_Classifier()

setClassifier

void setClassifier(java.lang.String value)
Sets the value of the 'Classifier' attribute.

Parameters:
value - the new value of the 'Classifier' attribute.
See Also:
getClassifier()

getAttribute

java.lang.String getAttribute()
Returns the value of the 'Attribute' attribute.

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

Returns:
the value of the 'Attribute' attribute.
See Also:
setAttribute(String), HutnConfigPackage.getRule_Attribute()

setAttribute

void setAttribute(java.lang.String value)
Sets the value of the 'Attribute' attribute.

Parameters:
value - the new value of the 'Attribute' attribute.
See Also:
getAttribute()