Struct ElemBatchAction
pub struct ElemBatchAction { /* private fields */ }Expand description
The batch action element.
Implementations§
§impl ElemBatchAction
The batch action element implementation.
impl ElemBatchAction
The batch action element implementation.
pub fn new(
action_param: ActionType,
template_group_param: &str,
cashflow_name_param: &str,
cashflow_name2_param: &str,
cashflow_new_param: &str,
cashflow_options_param: &str,
event_name_param: &str,
select_param: ExtensionType,
iteration_param: usize,
test_type_param: TestType,
test_value_param: Decimal,
test_str_param: &str,
) -> ElemBatchAction
pub fn new( action_param: ActionType, template_group_param: &str, cashflow_name_param: &str, cashflow_name2_param: &str, cashflow_new_param: &str, cashflow_options_param: &str, event_name_param: &str, select_param: ExtensionType, iteration_param: usize, test_type_param: TestType, test_value_param: Decimal, test_str_param: &str, ) -> ElemBatchAction
Create a new object.
§Arguments
action_param- Action of the batch action element.template_group_param- Selection of the batch action template group element.cashflow_name_param- Selection of the batch action cashflow element.cashflow_name2_param- Selection of the batch action cashflow element 2.cashflow_new_param- New cashflow element name.cashflow_options_param- Batch action cashflow element options.event_name_param- Selection of the batch action event element by name.select_param- Selection of the batch action event element by type.iteration_param- Iteration of the batch action event element by type.test_type_param- Test type.test_value_param- Test value.test_str_param- Test string.
§Return
- See description.
pub fn action(&self) -> ActionType
pub fn action(&self) -> ActionType
pub fn template_group(&self) -> &str
pub fn template_group(&self) -> &str
pub fn cashflow_name(&self) -> &str
pub fn cashflow_name(&self) -> &str
pub fn cashflow_name2(&self) -> &str
pub fn cashflow_name2(&self) -> &str
pub fn cashflow_new(&self) -> &str
pub fn cashflow_new(&self) -> &str
pub fn cashflow_options(&self) -> &str
pub fn cashflow_options(&self) -> &str
pub fn event_name(&self) -> &str
pub fn event_name(&self) -> &str
pub fn select(&self) -> ExtensionType
pub fn select(&self) -> ExtensionType
pub fn test_value(&self) -> Decimal
pub fn test_value(&self) -> Decimal
Auto Trait Implementations§
impl Freeze for ElemBatchAction
impl RefUnwindSafe for ElemBatchAction
impl Send for ElemBatchAction
impl Sync for ElemBatchAction
impl Unpin for ElemBatchAction
impl UnwindSafe for ElemBatchAction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more