Package com.softwaremining.jcl.utils
Class BuildAndReformatElement
java.lang.Object
com.softwaremining.jcl.utils.BuildAndReformatElement
-
Field Summary
Modifier and TypeFieldDescriptionint
int
boolean
int
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<BuildAndReformatElement> translateReformFields
(String reformatFields) reformatFields is something like (F1:1,14,F2:1,20,?) we are going convert it to something like reformatFields is something like 1 (ie F1) ,1, 14, 2(represents F2), 1,20, -1 (represents ?) Join indicator is "F1: ...
-
Field Details
-
identifier
public int identifier -
startColumn
public int startColumn -
endColumn
public int endColumn -
isCountIndicator
public boolean isCountIndicator
-
-
Method Details
-
format
-
translateReformFields
reformatFields is something like (F1:1,14,F2:1,20,?) we are going convert it to something like reformatFields is something like 1 (ie F1) ,1, 14, 2(represents F2), 1,20, -1 (represents ?) Join indicator is "F1: ... "
-