Uses of Interface
com.regnosys.rosetta.rosetta.RosettaMapTestExpression
Packages that use RosettaMapTestExpression
Package
Description
-
Uses of RosettaMapTestExpression in com.regnosys.rosetta.rosetta
Subinterfaces of RosettaMapTestExpression in com.regnosys.rosetta.rosettaModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Enum Value Reference'.interfaceA representation of the model object 'Map Path Value'.interfaceA representation of the model object 'Map Test Absent Expression'.interfaceA representation of the model object 'Map Test Equality Operation'.interfaceA representation of the model object 'Map Test Exists Expression'.interfaceA representation of the model object 'Map Test Func'.Methods in com.regnosys.rosetta.rosetta that return RosettaMapTestExpressionModifier and TypeMethodDescriptionRosettaMapTestAbsentExpression.getArgument()Returns the value of the 'Argument' containment reference.RosettaMapTestExistsExpression.getArgument()Returns the value of the 'Argument' containment reference.RosettaMapTestEqualityOperation.getLeft()Returns the value of the 'Left' containment reference.RosettaMapTestEqualityOperation.getRight()Returns the value of the 'Right' containment reference.RosettaMappingInstance.getSet()Returns the value of the 'Set' containment reference.Methods in com.regnosys.rosetta.rosetta with parameters of type RosettaMapTestExpressionModifier and TypeMethodDescriptionvoidRosettaMapTestAbsentExpression.setArgument(RosettaMapTestExpression value) Sets the value of the 'Argument' containment reference.voidRosettaMapTestExistsExpression.setArgument(RosettaMapTestExpression value) Sets the value of the 'Argument' containment reference.voidRosettaMapTestEqualityOperation.setLeft(RosettaMapTestExpression value) Sets the value of the 'Left' containment reference.voidRosettaMapTestEqualityOperation.setRight(RosettaMapTestExpression value) Sets the value of the 'Right' containment reference.voidRosettaMappingInstance.setSet(RosettaMapTestExpression value) Sets the value of the 'Set' containment reference. -
Uses of RosettaMapTestExpression in com.regnosys.rosetta.rosetta.expression
Subinterfaces of RosettaMapTestExpression in com.regnosys.rosetta.rosetta.expressionModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Rosetta Boolean Literal'.interfaceA representation of the model object 'Rosetta Int Literal'.interfaceA representation of the model object 'Rosetta Literal'.interfaceA representation of the model object 'Rosetta Number Literal'.interfaceA representation of the model object 'Rosetta Pattern Literal'.interfaceA representation of the model object 'Rosetta String Literal'. -
Uses of RosettaMapTestExpression in com.regnosys.rosetta.rosetta.expression.impl
Classes in com.regnosys.rosetta.rosetta.expression.impl that implement RosettaMapTestExpressionModifier and TypeClassDescriptionclassAn implementation of the model object 'Rosetta Boolean Literal'.classAn implementation of the model object 'Rosetta Int Literal'.classAn implementation of the model object 'Rosetta Number Literal'.classAn implementation of the model object 'Rosetta Pattern Literal'.classAn implementation of the model object 'Rosetta String Literal'. -
Uses of RosettaMapTestExpression in com.regnosys.rosetta.rosetta.expression.util
Methods in com.regnosys.rosetta.rosetta.expression.util with parameters of type RosettaMapTestExpressionModifier and TypeMethodDescriptionExpressionSwitch.caseRosettaMapTestExpression(RosettaMapTestExpression object) Returns the result of interpreting the object as an instance of 'Map Test Expression'. -
Uses of RosettaMapTestExpression in com.regnosys.rosetta.rosetta.impl
Classes in com.regnosys.rosetta.rosetta.impl that implement RosettaMapTestExpressionModifier and TypeClassDescriptionclassAn implementation of the model object 'Enum Value Reference'.classAn implementation of the model object 'Map Path Value'.classAn implementation of the model object 'Map Test Absent Expression'.classAn implementation of the model object 'Map Test Equality Operation'.classAn implementation of the model object 'Map Test Exists Expression'.classAn implementation of the model object 'Map Test Func'.Fields in com.regnosys.rosetta.rosetta.impl declared as RosettaMapTestExpressionModifier and TypeFieldDescriptionprotected RosettaMapTestExpressionRosettaMapTestAbsentExpressionImpl.argumentThe cached value of the 'Argument' containment reference.protected RosettaMapTestExpressionRosettaMapTestExistsExpressionImpl.argumentThe cached value of the 'Argument' containment reference.protected RosettaMapTestExpressionRosettaMapTestEqualityOperationImpl.leftThe cached value of the 'Left' containment reference.protected RosettaMapTestExpressionRosettaMapTestEqualityOperationImpl.rightThe cached value of the 'Right' containment reference.protected RosettaMapTestExpressionRosettaMappingInstanceImpl.setThe cached value of the 'Set' containment reference.Methods in com.regnosys.rosetta.rosetta.impl that return RosettaMapTestExpressionModifier and TypeMethodDescriptionRosettaMapTestAbsentExpressionImpl.getArgument()RosettaMapTestExistsExpressionImpl.getArgument()RosettaMapTestEqualityOperationImpl.getLeft()RosettaMapTestEqualityOperationImpl.getRight()RosettaMappingInstanceImpl.getSet()Methods in com.regnosys.rosetta.rosetta.impl with parameters of type RosettaMapTestExpressionModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainRosettaMapTestAbsentExpressionImpl.basicSetArgument(RosettaMapTestExpression newArgument, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainRosettaMapTestExistsExpressionImpl.basicSetArgument(RosettaMapTestExpression newArgument, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainRosettaMapTestEqualityOperationImpl.basicSetLeft(RosettaMapTestExpression newLeft, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainRosettaMapTestEqualityOperationImpl.basicSetRight(RosettaMapTestExpression newRight, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainRosettaMappingInstanceImpl.basicSetSet(RosettaMapTestExpression newSet, org.eclipse.emf.common.notify.NotificationChain msgs) voidRosettaMapTestAbsentExpressionImpl.setArgument(RosettaMapTestExpression newArgument) voidRosettaMapTestExistsExpressionImpl.setArgument(RosettaMapTestExpression newArgument) voidRosettaMapTestEqualityOperationImpl.setLeft(RosettaMapTestExpression newLeft) voidRosettaMapTestEqualityOperationImpl.setRight(RosettaMapTestExpression newRight) voidRosettaMappingInstanceImpl.setSet(RosettaMapTestExpression newSet) -
Uses of RosettaMapTestExpression in com.regnosys.rosetta.rosetta.util
Methods in com.regnosys.rosetta.rosetta.util with parameters of type RosettaMapTestExpressionModifier and TypeMethodDescriptionRosettaSwitch.caseRosettaMapTestExpression(RosettaMapTestExpression object) Returns the result of interpreting the object as an instance of 'Map Test Expression'.