Interface DefaultValueRule
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,Rule
- All Known Implementing Classes:
DefaultValueRuleImpl
A representation of the model object 'Default Value Rule'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Default Value' attribute.voidsetDefaultValue(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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.eclipse.epsilon.hutn.model.config.hutnConfig.Rule
getAttribute, getClassifier, setAttribute, setClassifier
-
Method Details
-
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
Sets the value of the 'Default Value' attribute.- Parameters:
value- the new value of the 'Default Value' attribute.- See Also:
-