Interface RosettaIntLiteral
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaExpression,RosettaLiteral,RosettaMapTest,RosettaMapTestExpression
- All Known Implementing Classes:
RosettaIntLiteralImpl
A representation of the model object 'Rosetta Int Literal'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()Returns the value of the 'Value' attribute.voidsetValue(BigInteger 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
BigInteger 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
-