Struct amfnbatchlib::batch::elem_batch_action::ElemBatchAction [−]
pub struct ElemBatchAction { /* fields omitted */ }The batch action element.
Implementations
impl ElemBatchAction
impl ElemBatchActionThe 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
) -> ElemBatchActionCreate 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) -> ActionTypepub fn template_group(&self) -> &str
pub fn template_group(&self) -> &strpub fn cashflow_name(&self) -> &str
pub fn cashflow_name(&self) -> &strpub fn cashflow_name2(&self) -> &str
pub fn cashflow_name2(&self) -> &strpub fn cashflow_new(&self) -> &str
pub fn cashflow_new(&self) -> &strpub fn cashflow_options(&self) -> &str
pub fn cashflow_options(&self) -> &strpub fn event_name(&self) -> &str
pub fn event_name(&self) -> &strpub fn select(&self) -> ExtensionType
pub fn select(&self) -> ExtensionTypepub fn test_value(&self) -> Decimal
pub fn test_value(&self) -> Decimal