Interface RosettaNumberLiteral
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaExpression,RosettaLiteral,RosettaMapTest,RosettaMapTestExpression
- All Known Implementing Classes:
RosettaNumberLiteralImpl
A representation of the model object 'Rosetta Number Literal'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()Returns the value of the 'Value' attribute.voidsetValue(BigDecimal value) Sets the value of the '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 com.regnosys.rosetta.rosetta.expression.RosettaExpression
isGenerated, setGenerated
-
Method Details
-
getValue
BigDecimal getValue()Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
-
containedValue
Object containedValue()- Specified by:
containedValuein interfaceRosettaLiteral
-
stringValue
String stringValue()- Specified by:
stringValuein interfaceRosettaLiteral
-