Interface DefaultValueRule
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Rule
- All Known Implementing Classes:
DefaultValueRuleImpl
public interface DefaultValueRule extends Rule
A representation of the model object 'Default Value Rule'.The following features are supported:
- See Also:
HutnConfigPackage.getDefaultValueRule()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDefaultValue()
Returns the value of the 'Default Value' attribute.void
setDefaultValue(String value)
Sets the value of the 'Default Value
' 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
-
Methods inherited from interface org.eclipse.epsilon.hutn.model.config.hutnConfig.Rule
getAttribute, getClassifier, setAttribute, setClassifier
-
-
-
-
Method Detail
-
getDefaultValue
String getDefaultValue()
Returns the value of the 'Default Value' attribute.If the meaning of the 'Default Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Default Value' attribute.
- See Also:
setDefaultValue(String)
,HutnConfigPackage.getDefaultValueRule_DefaultValue()
-
setDefaultValue
void setDefaultValue(String value)
Sets the value of the 'Default Value
' attribute.- Parameters:
value
- the new value of the 'Default Value' attribute.- See Also:
getDefaultValue()
-
-