Package eu.bandm.tools.d2d2.base
Class BatchOptions.Values_transformations
java.lang.Object
eu.bandm.tools.d2d2.base.BatchOptions.Values_transformations
- Enclosing class:
- BatchOptions
One instance realizes one repeated argument group of option
For details of this option see the method
transformations
. For details of this option see the method
BatchOptions.get_transformations()
.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget_0()
Getter method for the 0th argument in this repetition group.get_1()
Getter method for the 1st argument in this repetition group.get_2()
Getter method for the 2nd argument in this repetition group.get_3()
Getter method for the 3rd argument in this repetition group.
-
Field Details
-
value_0
-
value_1
-
value_2
-
value_3
-
-
Constructor Details
-
Values_transformations
public Values_transformations()
-
-
Method Details
-
get_0
Getter method for the 0th argument in this repetition group. For details of this option see the methodBatchOptions.get_transformations()
. -
get_1
Getter method for the 1st argument in this repetition group. For details of this option see the methodBatchOptions.get_transformations()
. -
get_2
Getter method for the 2nd argument in this repetition group. For details of this option see the methodBatchOptions.get_transformations()
. -
get_3
Getter method for the 3rd argument in this repetition group. For details of this option see the methodBatchOptions.get_transformations()
.
-