Uses of Interface
com.regnosys.rosetta.rosetta.RosettaCallableWithArgs
Packages that use RosettaCallableWithArgs
Package
Description
-
Uses of RosettaCallableWithArgs in com.regnosys.rosetta.rosetta
Subinterfaces of RosettaCallableWithArgs in com.regnosys.rosetta.rosettaModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'External Function'.interfaceA representation of the model object 'Rule'.Methods in com.regnosys.rosetta.rosetta that return RosettaCallableWithArgsModifier and TypeMethodDescriptionRosettaMapTestFunc.getFunc()Returns the value of the 'Func' reference.Methods in com.regnosys.rosetta.rosetta with parameters of type RosettaCallableWithArgsModifier and TypeMethodDescriptionvoidRosettaMapTestFunc.setFunc(RosettaCallableWithArgs value) Sets the value of the 'Func' reference. -
Uses of RosettaCallableWithArgs in com.regnosys.rosetta.rosetta.impl
Classes in com.regnosys.rosetta.rosetta.impl that implement RosettaCallableWithArgsModifier and TypeClassDescriptionclassAn implementation of the model object 'External Function'.classAn implementation of the model object 'Rule'.Fields in com.regnosys.rosetta.rosetta.impl declared as RosettaCallableWithArgsModifier and TypeFieldDescriptionprotected RosettaCallableWithArgsRosettaMapTestFuncImpl.funcThe cached value of the 'Func' reference.Methods in com.regnosys.rosetta.rosetta.impl that return RosettaCallableWithArgsModifier and TypeMethodDescriptionRosettaMapTestFuncImpl.basicGetFunc()RosettaMapTestFuncImpl.getFunc()Methods in com.regnosys.rosetta.rosetta.impl with parameters of type RosettaCallableWithArgsModifier and TypeMethodDescriptionvoidRosettaMapTestFuncImpl.setFunc(RosettaCallableWithArgs newFunc) -
Uses of RosettaCallableWithArgs in com.regnosys.rosetta.rosetta.simple
Subinterfaces of RosettaCallableWithArgs in com.regnosys.rosetta.rosetta.simpleModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Function'.interfaceA representation of the model object 'Function Dispatch'. -
Uses of RosettaCallableWithArgs in com.regnosys.rosetta.rosetta.simple.impl
Classes in com.regnosys.rosetta.rosetta.simple.impl that implement RosettaCallableWithArgsModifier and TypeClassDescriptionclassAn implementation of the model object 'Function Dispatch'.classAn implementation of the model object 'Function'. -
Uses of RosettaCallableWithArgs in com.regnosys.rosetta.rosetta.simple.util
Methods in com.regnosys.rosetta.rosetta.simple.util with parameters of type RosettaCallableWithArgsModifier and TypeMethodDescriptionSimpleSwitch.caseRosettaCallableWithArgs(RosettaCallableWithArgs object) Returns the result of interpreting the object as an instance of 'Callable With Args'. -
Uses of RosettaCallableWithArgs in com.regnosys.rosetta.rosetta.util
Methods in com.regnosys.rosetta.rosetta.util with parameters of type RosettaCallableWithArgsModifier and TypeMethodDescriptionRosettaSwitch.caseRosettaCallableWithArgs(RosettaCallableWithArgs object) Returns the result of interpreting the object as an instance of 'Callable With Args'.