Class FromTo
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.backend.server.conversion.util.FromTo
-
public class FromTo extends Object
From origin column index to target column index. If the column for example does not have values or is limited we only use a tick mark in the cell.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetFromColumnIndex()intgetToColumnIndex()inthashCode()static FromTomakeFromTo(int from, int to)static FromTomakePlaceHolder(int from, int to)booleanshouldUseATickAsValue()
-
-
-
Method Detail
-
makePlaceHolder
public static FromTo makePlaceHolder(int from, int to)
-
makeFromTo
public static FromTo makeFromTo(int from, int to)
-
getFromColumnIndex
public int getFromColumnIndex()
-
getToColumnIndex
public int getToColumnIndex()
-
shouldUseATickAsValue
public boolean shouldUseATickAsValue()
-
-