Struct amfnbatchlib::batch::elem_batch_action::ElemBatchAction [−]
The batch action element.
Implementations
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
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 template_group(&self) -> &str
pub fn cashflow_name(&self) -> &str
pub fn cashflow_name2(&self) -> &str
pub fn cashflow_new(&self) -> &str
pub fn cashflow_options(&self) -> &str
pub fn event_name(&self) -> &str
pub fn select(&self) -> ExtensionType
pub fn iteration(&self) -> usize
pub fn test_type(&self) -> TestType
pub fn test_value(&self) -> Decimal
pub fn test_str(&self) -> &str
Auto Trait Implementations
impl RefUnwindSafe for ElemBatchAction
impl Send for ElemBatchAction
impl Sync for ElemBatchAction
impl Unpin for ElemBatchAction
impl UnwindSafe for ElemBatchAction
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,