Interface RosettaBooleanLiteral
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaExpression,RosettaLiteral,RosettaMapTest,RosettaMapTestExpression
- All Known Implementing Classes:
RosettaBooleanLiteralImpl
A representation of the model object 'Rosetta Boolean Literal'.
The following features are supported:
-
Method Summary
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
-
isValue
boolean isValue()Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
void setValue(boolean value) 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
-