Interface StringConstant
- All Superinterfaces:
Constant
,org.eclipse.emf.ecore.EObject
,Expr
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StringConstantImpl
A representation of the model object 'String Constant'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'String Value' attribute.void
setStringValue
(String value) Sets the value of the 'String 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
-
Method Details
-
getStringValue
String getStringValue()Returns the value of the 'String Value' attribute.- Returns:
- the value of the 'String Value' attribute.
- See Also:
-
setStringValue
Sets the value of the 'String Value
' attribute.- Parameters:
value
- the new value of the 'String Value' attribute.- See Also:
-