Interface RosettaConstructorExpression
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaExpression,RosettaTyped
- All Known Implementing Classes:
RosettaConstructorExpressionImpl
A representation of the model object 'Rosetta Constructor Expression'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ConstructorKeyValuePair>Returns the value of the 'Values' containment reference list.booleanReturns the value of the 'Implicit Empty' attribute.voidsetImplicitEmpty(boolean value) Sets the value of the 'Implicit Empty' 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, setGeneratedMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaTyped
getTypeCall, isIsTypeInferred, setTypeCall
-
Method Details
-
getValues
org.eclipse.emf.common.util.EList<ConstructorKeyValuePair> getValues()Returns the value of the 'Values' containment reference list. The list contents are of typeConstructorKeyValuePair.- Returns:
- the value of the 'Values' containment reference list.
- See Also:
-
isImplicitEmpty
boolean isImplicitEmpty()Returns the value of the 'Implicit Empty' attribute.- Returns:
- the value of the 'Implicit Empty' attribute.
- See Also:
-
setImplicitEmpty
void setImplicitEmpty(boolean value) Sets the value of the 'Implicit Empty' attribute.- Parameters:
value- the new value of the 'Implicit Empty' attribute.- See Also:
-