Package com.regnosys.rosetta.rosetta
Interface RosettaMapTestFunc
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaMapTest,RosettaMapTestExpression
- All Known Implementing Classes:
RosettaMapTestFuncImpl
A representation of the model object 'Map Test Func'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetFunc()Returns the value of the 'Func' reference.Returns the value of the 'Predicate Path' containment reference.voidsetFunc(RosettaCallableWithArgs value) Sets the value of the 'Func' reference.voidSets the value of the 'Predicate Path' containment reference.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, eSetDeliver
-
Method Details
-
getFunc
RosettaCallableWithArgs getFunc()Returns the value of the 'Func' reference.- Returns:
- the value of the 'Func' reference.
- See Also:
-
setFunc
Sets the value of the 'Func' reference.- Parameters:
value- the new value of the 'Func' reference.- See Also:
-
getPredicatePath
RosettaMapPathValue getPredicatePath()Returns the value of the 'Predicate Path' containment reference.- Returns:
- the value of the 'Predicate Path' containment reference.
- See Also:
-
setPredicatePath
Sets the value of the 'Predicate Path' containment reference.- Parameters:
value- the new value of the 'Predicate Path' containment reference.- See Also:
-