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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAttribute()
Returns the value of the 'Attribute' attribute.String
getClassifier()
Returns the value of the 'Classifier' attribute.void
setAttribute(String value)
Sets the value of the 'Attribute
' attribute.void
setClassifier(String value)
Sets the value of the 'Classifier
' attribute.
-
-
-
Method Detail
-
getClassifier
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(String value)
Sets the value of the 'Classifier
' attribute.- Parameters:
value
- the new value of the 'Classifier' attribute.- See Also:
getClassifier()
-
getAttribute
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(String value)
Sets the value of the 'Attribute
' attribute.- Parameters:
value
- the new value of the 'Attribute' attribute.- See Also:
getAttribute()
-
-